@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

 

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;	
	color: #131414;
}

@media only screen and (min-width: 1600px) {
	.wrap{
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
}

p{
	color: #131414;
	line-height: 30px;
}

.top {
	background: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 40px;
}

.topsignin {
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #f6f6f6;
}

.top-signin {
	background: #333;
	color: #fafafa;
	text-transform: capitalize;
	border-radius: 0;
	padding: 2px 8px;
	font-size: 15px;
	font-weight: 300;
}

.topsignin .btn:hover {
	color: #fff;
	background: #dc2027;
}

.navbar-toggler i{
	color: #333;
}

@media (min-width: 992px) {
	.navbar-brand{
		display: none;
	}
}

.top .bg-dark {
	background-color: transparent !important;
	float: right;
}

.nav-link {
	display: block;
	padding: 0rem 1rem;
}

.top .navbar { 
	padding: .3rem 0;
	margin-top: 17px;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
	color: #d82027;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(222, 32, 39);
}

.home-banner .carousel{
	margin: 0 auto;
}

.home-banner .carousel-inner {
	position: relative; 
	z-index: 9999;
}

.home-banner{
	position: relative;
  	background: #000; 
  	height: 80vh;
  	min-height: 25rem;
  	width: 100%;
  	overflow: hidden;
}

@media only screen and (min-width: 1400px) {
	.home-banner{ 
	  	height: 50vh; 
	}
}

.home-banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.home-banner .container {
	position: relative;
	z-index: 1;
}

.home-banner .overlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	background: url(../images/galaxy.png) no-repeat black;
  	background-size: cover;
  	opacity: 0.5;
 	z-index: 1;
}

.home-banner h1 {
	color: #fff;	
	font-weight: 500;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 42px;
	width: 950px;
	margin: 0 auto;
}

.home-banner h1 span{
	display: block;
}

.home-banner figure{
	text-align: center;
}

.rqecosystem-bg {
	background: url(../images/rqecosystem-pattren.jpg) repeat #f6f6f6;
	text-align: center;
	padding: 33px 15px 13px 15px;
}

.rqecosystem-bg p {
	color: #131414;
	font-size: 25px;
	font-weight: 300;
	margin-top: 10px;
}

.logos-group{
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
}

.logotimeline-container {
	position: relative;
	width: 90%;
	/*max-width: 1170px;*/ 
	margin: 0 auto;
	padding: 2em 0;
}

.logotimeline-container hr{
	z-index: 1;
}

.logotimeline-container hr::before {
	content: '';
	position: absolute;
	top: auto;
	height: 3px;
	width: 100%;
	/*background: #131414;*/
	background-image: linear-gradient(90deg, #df3129, #f2df25, #159345, #0f76c4);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.group-uplogos{
	position: relative;
	text-align: center;
	margin-top: 75px;
}

.group-uplogos figure::before {
	content: '';
	position: absolute;
	bottom: -50px;
	height: 50px;
	width: 3px;
	background-image: linear-gradient( #0f76c4, #159345,  #f2df25, #df3129);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.group-uplogos figure::after {
	content: '';
	position: absolute;
	top: 70px;
	height: 12px;
	width: 12px;
	background-image: linear-gradient(90deg, #df3129, #f2df25, #159345, #0f76c4);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}

.group-bottomlogos {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.group-bottomlogos figure::before {
	content: '';
	position: absolute;
	top: -48px;
	height: 50px;
	width: 3px;
	background-image: linear-gradient( #df3129, #f2df25, #159345, #0f76c4);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.group-bottomlogos figure::after {
	content: '';
	position: absolute;
	top: 0px;
	height: 12px;
	width: 12px;
	background-image: linear-gradient(90deg, #df3129, #f2df25, #159345, #0f76c4);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}

.group-bottomlogos figure img{
	margin-top: 30px;
}

.logos-group p{
	font-weight: 300;
	font-size: 20px;
	width: 100%;
}

regular{
	font-weight: 400;
}

medium{
	font-weight: 500;
}

.logos-group-text figure {
	text-align: center;
	margin: 0 auto;
	border: 2px solid #7a7a7a;
	padding: 15px 40px;
	margin-top: 15px;
}

.whatreach{
	background: #f6f6f6;
}

.whatreach p{
	font-weight: 300;
	font-size: 20px;
}

.whatreach-text{
	padding: 48px;	
}

.whatreach-text h2 img{
	margin-top: -5.5px;
}

.whatreach-text h2 {
	color: #131414;
	font-weight: 500;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 41px;
}

.whatreach-text h2::after{
	position: absolute;
	bottom: -10px;
	background: #dc2027;
	width: 80px;
	height: 4px;
	left: 0;
	content: '';
}

.whatreach-grey{
	background: #e8e8e8;
	padding: 40px;
}

.whatreach-text ul{ 
	padding-left: 0;
}

.whatreach-text li{
	list-style: none;
	font-weight: 300;
	font-size: 20px;
	position: relative;
	padding-left: 35px;
	line-height: 30px;
}

.whatreach-text li::before {
  	content: "\f14a";
  	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 400;
  	color: #dc2027;
  	position: absolute;
  	left: 0;
  	top: 0;
}

.humanskills{
	padding-top: 70px;
	padding-bottom: 70px;
}

.humanskills-text {
	background: #dc2027;
	padding: 68px 180px;
	text-align: center;
}

.humanskills h1{
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	position: relative;
	text-transform: uppercase;
	line-height: 60px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.humanskills h1::before{
	content: '';
	position: absolute;
	bottom: -10px;
	background: #fff;
	width: 100%;
	height: 2px;
	left: 0;
}

.humanskills h1::after {
	content: '';
	position: absolute;
	bottom: -15px;
	height: 13px;
	width: 13px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}

.humanskills p{
	font-weight: 300;
	font-size: 22px;
	color: #fff;
}

.humanskills .btn{
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background: transparent;
	border-radius: 0;
	border: 2px solid #fff;
	padding: 8px 30px;
	margin-top: 35px;
}

.humanskills .btn:hover{
	background: #fff;
	color: #dc2027;
}

red{
	color: #dc2027;
}

footer {
	background: #252525;
	padding-top: 38px;
	padding-bottom: 15px;
}

.footer-links{
	padding-left: 0;
}

.footer-links li {
	list-style: none;
	padding-left: 23px;
	padding-right: 15px;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 300;
}

.footer-links li a{
	color: #fff;
}

.footer-links li a:hover{
	color: #dc2027;
	text-decoration: none;
}

.footer-links li::before {
  	content: "\f35a";
  	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 400;
  	color: #eee;
  	position: absolute;
  	left: 0;
  	top: 0;
}

footer p a{
	color: #fff;
	font-size: 17px;
}

footer p a:hover{
	color: #dc2027;
	text-decoration: none;
}

footer p a i{
	padding-right: 10px;
}

.footer-sicons{
	padding-left: 0; 
	text-align: end;
}

.footer-sicons li {
	list-style: none; 
	padding-right: 7px;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 21px; 	
	text-align: left;
}

.footer-sicons li a{
	color: #fff;
}

.footer-sicons li a:hover{
	color: #dc2027;
	text-decoration: none;
}

footer h5{
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	text-align: right;
}

footer h6{
	color: #afafaf;
	font-size: 14px;
	font-weight: 300;
	text-align: right; 
}

/* development ecosystem */
.innerbanner {
	min-height: 447px;
	background: url(../images/innerbanner-bg.jpg) no-repeat;
	background-size: cover;
}

.innerbanner-border{
	border-bottom: 3px solid #e2e2e2;
}

.innerbanner figure{
	margin: 0; 
}

.banner-logo {
	text-align: right !important;
	padding-top: 66px;
	padding-bottom: 15px;
}

.innerbanner .pdright{
	padding-right: 100px;
}

.innerbanner h1{
	text-align: right;
	color: #131414;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
}

.innerbanner h1 span{
	display: block;
}

.innerbanner h1::after{
	position: absolute;
	right: 0;
	height: 2px;
	width: 80px;
	background: #dc2027;
	content: '';
	bottom: -7px;
}

.innerbanner h1::before{
	position: absolute;
	right: 0;
	height: 2px;
	width: 41px;
	background: #dc2027;
	content: '';
	bottom: -12px;
}

.h5headline {
	color: #131414;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 2px solid #dc2027;
	padding-bottom: 10px;
	margin-bottom: 25px;
	line-height: 29px;
	width: 100%;
}

.subscription {
	padding-bottom: 60px;
	padding-top: 40px;
}

.subscription-price {
    min-height: 181px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ececec;
    margin-top: 30px;
    float: left;
    width: 18%;
    min-width: 180px;
    margin-left: 1.5%;
}

.subscription-price-head {
	background: #0f76c4;
	min-height: 142px;
}

.subscription .col-md-4:nth-of-type(2n+1) .subscription-price-head {
	background: #393939;
}

.subscription-price-head h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 21px 8px;
	line-height: 32px;
	position: relative;
}

.subscription-price-head h3::before {
	content: '';
	background: url(../images/coin-icon.png) no-repeat;
	width: 47px;
	height: 47px;
	position: absolute;
	top: 10px;
	left: 8px;
}

.subscription-price-head h3 span {
	display: block;
}

.subscription-price h2 {
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	margin-top: 23px;
	text-transform: uppercase;
}

.subscription-price h2 b {
	font-size: 22px;
	font-weight: 700;
	color: #ce2026;
}

.your-region{
	padding-top: 40px; 
	padding-bottom: 80px;
}

.your-region-box {
	margin-top: 45px;
	margin-bottom: 56px;
}

.your-region-box .accordion {
	background: #f4f4f4;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	text-transform: uppercase;
	position: relative;
	margin-top: 4px;
}

.your-region-box .accordion:nth-of-type(2n) {
	background: #e3e3e3;
}

.your-region-box .accordion::before {
	content: '\002B';
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	position: absolute;
	left: 22px;
	top: 13px;
	line-height: 33px;
	width: 34px;
	height: 34px;
	background: #242021;
	text-align: center;
}

.your-region-box .accordion h3 {
	padding-left: 60px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	color: #242021;
	font-weight: 400;
}

.your-region-box .panel p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 30px;
	font-weight: normal;
}

.your-region-box .panel {
	background: transparent;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	width: 100%; 
}

.your-region-box .panel:nth-of-type(2n+0) { 
	background: transparent;
}

.your-region-box .accordion.active:before {
    content: "\2212";
}

.your-region-logo {
	background: url(../images/region-logobg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 170px;
	position: relative;
	transition: all .2s linear;
	margin-bottom: 15px;
}

.your-region-logo:hover {
	box-shadow: 10px 10px 20px rgba(24, 8, 8, 0.1);
	transform: translate3d(0,-2px,0);
}

.your-region-logo figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	padding: 20px;
}

.redbtn {
	margin: 0 auto;
	text-align: center;
	display: table;
	background: #dc2027;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	border-radius: 100px;
	padding: 10px 30px;
	box-shadow: 0 0 0 5px rgba(220, 32, 39, 0.2);
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: unset;
}

.redbtn:hover{
	color: #fff;
	background: #000;
}

.about-reach{
	padding-top: 44px;
}

.lightp p{ 
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 8px;
	width: 100%;
}

regular{
	font-weight: 400;
}

.h4headline {
	color: #131414;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase; 
	margin-bottom: 20px;
	line-height: 29px; 
	margin-top: 15px;
	position: relative;
	text-align: left;
}

.h4headline::after{
	position: absolute;
	background: #dc2027;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: -10px;
	content: '';
}

.about-reach figure{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.grey-box {
    background: #f6f6f6;
    border: 1px solid #ececec;
    padding: 20px 35px 30px 35px;
    margin: 20px auto;
}

.red-box {
    background: #dc2027;
    color: #fff;
    border: 1px solid #ececec;
    padding: 20px 35px 30px 35px;
    margin: 20px auto;
}

.red-box h4 {
    color: #fff;
    font-size: 26px;
}

.reach-usage-list {
    padding-left: 12px;
    font-size: 19px;
    list-style: none;
}

.reach-usage-list li::before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f14a';
    padding: 0 10px 0 0
}

.reach-usage-list li {
    padding-left: 15px;
}

.lilist {
    padding-left: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.lilist li::before{
	position: absolute;
	font-size: 17px;
	color: #dc2027;
	left: 0;
	top: 0;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: normal;
	content: '\f35a';	
}

.lilist li {
	font-size: 17px;
	font-weight: 400;
	color: #131414;
	list-style: none;
	position: relative;
	padding-left: 30px;
	line-height: 28px;
	padding-bottom: 7px;
}

.about-reach .btn{
	margin-top: 30px;
}

/* sidebar */

.mainsidebar{}

.sidebar-bg{
	background: #f6f6f6;
	padding: 50px 28px; 
}

.reach-subscription h2 {
	text-transform: uppercase;
	color: #ce2026;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.reach-subscription figure{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.reach-subscription figure::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #b3b3b3;
}

.reach-subscription figure hr {
	margin: 0; 
	border: 0; 
}

.reach-subscription figure hr::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: -4px;
	height: 8px;
	width: 8px; 
	border-radius: 50px;
	background: #b3b3b3;
}

.reach-subscription h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border-left: 5px solid #ce2026;
	padding-left: 10px;
	margin-bottom: 13px;
}

.reach-subscription h3 b{
	color: #ce2026;
	font-weight: 500;
}

.reach-subscription p{
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}

.reach-subscription .btn {
    background: #dc2027;
    border-radius: 0;
    padding: 4px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    border: 0;
    margin: 1px 0 1px auto;
}

.reach-subscription .btn-primary:hover {
    background: #000;
}

.accordion-box {
	margin-top: 10px; 
	padding: 25px 18px;
	width: 100%;
}

.accordion-box figure{
	position: relative; 
	padding-bottom: 20px;
}

.accordion-box p { 
	margin-bottom: 0px;
}

.accordion-box figure::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #b3b3b3;
}

.accordion-box figure::after {
	content: '';
	position: absolute;
	right: 0;
	height: 8px;
	width: 8px;
	border-radius: 50px;
	background: #b3b3b3;
	top: 51px;
	bottom: 0;
	margin: auto;
}

.sidebar-bg .accordion-box:nth-of-type(2n+0) { 
	background: #fff;
	border: 1px solid #e4e4e4; 
}

.accordion-box .card-body {
	padding: 0;
	border: 0;
	background: transparent;
}

.more-btn{
	text-align: right;
}

.more-btn a{
	color: #131414;
	font-weight: 300;
	font-size: 15px;
	padding-bottom: 5px;
}

.more-btn > a {
  display: block;
  position: relative;
}

.more-btn > a::after {
	content: "\f055";
	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 900;
	position: absolute;
	right: 0;
	color: #ce2026;
	font-size: 22px;
	top: -5px;
}

.more-btn > a[aria-expanded="true"]:after {
  content: "\f056";
}

.more-btn a i{
	color: #ce2026;
	font-size: 25px;
	padding-left: 3px;
}

.more-btn p {
	top: -4px;
	position: relative;
	display: initial;
	border-bottom: 1px solid #131313;
	margin-right: 27px;
}

.more-btn a:hover{
	text-decoration: none;
	color: #ce2026;
}

.more-btn a:hover p{
	color: #ce2026;
	border-bottom: 1px solid #ce2026;
}

.learnbtn {
	text-align: center;
	display: table;
	background: #dc2027;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	border-radius: 100px;
	padding: 4px 15px; 
	margin-top: 8px;
	margin-bottom: 5px;
	white-space: unset;
}

.learnbtn:hover{
	background: #000;
	color: #fff;
}

.rqdevelopment-logos{
	padding-top: 30px;
	padding-bottom: 30px;
}

.rqdevelopment-logosbg{
	background: url(../images/rqdevelopment-logosbg.jpg) no-repeat;
	background-position: top left;
	background-size: cover; 
}

.rqdevelopment-box {
	background: rgba(246, 246, 246, 0.9);
	padding: 28px;
	border: 1px solid #ececec;
	margin-bottom: 30px;
}

.rqdevelopment-box figure{	
	border-bottom: 1px solid #7a7a7a;
	padding-bottom: 14px;
}

.rqdevelopment-logosbg .rqdevelopment-box:nth-of-type(2n+0) { 
	background: rgba(255, 255, 255, 0.8);
	border: 0; 
}

.rqdevelopment-box .btn {
	text-align: center;
	display: table;
	background: #dc2027;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	border-radius: 100px;
	padding: 4px 20px;
	margin-top: 8px;
	margin-bottom: 5px;
	white-space: unset;
}

.rqdevelopment-box .btn:hover{
	background: #000;
	color: #fff;
}

.outcomes {
	background: #ce2026;
	padding-top: 35px;
	padding-bottom: 16px;
}

.outcomes figure{
	background: #fff;
	border: 1px solid #eee;
	padding: 20px 10px;
	text-align: center;
	margin: 0 auto; 
}

.outcomes p {
	color: #fff;
	font-weight: 300;
	line-height: 27px;
	font-size: 17px;
}

.development-piechart {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 15px;
}

.development-piechart figure {
	border-bottom: 4px double #c3c3c3;
	padding-bottom: 40px;
}

.developmentbtn{
	text-align: center;
	margin-top: 60px;
}

.rh-textarea {
	padding: 50px 20px;
}

.whogreen {
	background: #159345;
	color: #fff;
	font-weight: 400;
	padding: 6px 11px;
	display: initial;
	margin-right: 6px;
	line-height: 40px;
}

.whyyellow {
	background: #dac009;
	color: #fff;
	font-weight: 400;
	padding: 6px 11px;
	display: initial;
	margin-right: 6px;
	line-height: 40px;
}

.whatblue {
	background: #0f76c4;
	color: #fff;
	font-weight: 400;
	padding: 6px 11px;
	display: initial;
	margin-right: 6px;
	line-height: 40px;
}

.howred {
	background: #dc2027;
	color: #fff;
	font-weight: 400;
	padding: 6px 11px;
	display: initial;
	margin-right: 6px;
	line-height: 40px;
}

.imgcenter{
	text-align: center;
	margin: 0 auto;
	display: block;
}

.mr30-topbtm{
	margin-top: 30px;
	margin-bottom: 30px;
}

.mr60-topbtm{
	margin-top: 60px;
	margin-bottom: 60px;
}

.rqformula{
	background: #f6f6f6;
	padding: 18px;
	border: 1px solid #e4e4e4;
	display: table;
	margin-top: 150px;
}

.rqformula h3{
	color: #131414;
	font-size: 22px;
	font-weight: 500;
	margin: 0 auto;
}

.bookcover{
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
}

.downloadbtn {
	margin: 0 auto;
	text-align: center;
	display: table;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	border-radius: 100px;
	padding: 4px 15px;
	margin-top: 8px;
	margin-bottom: 5px;
	white-space: unset;
}

.downloadbtn:hover {
	background: #dc2027;
	color: #fff;
}

.rh-textarea .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	background: #f6f6f6;
	margin-bottom: 40px;
	border-right: 5px solid #bf0d14;
}

.rh-textarea .nav-link {
	display: block;
	padding: 0.6rem 0.42rem;
}

.rh-textarea .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 15px;
	color: #131414;
	font-weight: normal;
	text-align: center;
}

.rh-textarea .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	background: #ce2026;
	color: #fff;
}

.rh-textarea .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #ce2026;
	border-color: transparent;
	position: relative;
}

.rh-textarea .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
	position: absolute;
	bottom: -7px;
	content: '';
	background-color: #ce2026;
	width: 12px;
	height: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
}

.tab-content > .active {
	display: block;
	border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.traits360 {
	background: #f6f6f6;
	border: 1px solid #ececec;
	min-height: 301px;
	padding: 15px;
}

.traits360 h6 {
	text-align: center;
	font-size: 22px;
	color: #131414;
	font-weight: normal;
	text-transform: uppercase;	
	line-height: 34px;
	padding: 16px;
}

.traits360 .btn{
	background: #dc2027;
	color: #fff;
	font-size: 18px;
	margin: 10px auto;
	border-radius: 0;
	display: table;
}

.traits360 .btn:hover{
	background: #000;
}

.training-icons {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	min-height: 206px;
	text-align: center;
	padding: 20px 5px 0 5px;
}

.training-icons figure {
	margin: 0 auto 6px auto;
}

.training-icons p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

.training-icons p span{
	display: block;
}

.h3training {
	background: #ce2026;
	padding: 10px 23px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	display: table;
	margin-bottom: 20px;
}

.testdrive {
	padding-top: 70px;
	padding-bottom: 70px;
}

.testdrive-text {
	background: #dc2027;
	padding: 40px 50px;
	text-align: center;
}

.testdrive h1 {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	position: relative;
	text-transform: uppercase;
	line-height: 60px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.testdrive h1::before {
	content: '';
	position: absolute;
	bottom: -10px;
	background: #fff;
	width: 100%;
	height: 2px;
	left: 0;
}

.testdrive h1::after {
	content: '';
	position: absolute;
	bottom: -15px;
	height: 13px;
	width: 13px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}

.testdrive p {
	color: #fff;
}

.testdrive .btn {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background: transparent;
	border-radius: 0;
	border: 2px solid #fff;
	padding: 8px 30px;
	margin-top: 35px;
}

.testdrive .btn:hover {
	background: #fff;
	color: #dc2027;
}

.personalgrowth{
	padding-top: 50px;
	padding-bottom: 50px;
}

.personalgrowth p{
	border-left: 2px solid #ce2026;
	padding-left: 10px; 
}

.contactus {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fcfcfc;
}

.contactus h2 {
	color: #131414;
	font-weight: 500;
	font-size: 31px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 41px;
	text-align: center;
	margin: 0 auto;
}

.contactus h2::after {
	position: absolute;
	bottom: -10px;
	background: #dc2027;
	width: 80px;
	height: 4px;
	left: 0;
	content: '';
	margin: 0 auto;
	right: 0;
}

.contactus-matter {
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 40px 15px 20px 15px;
	margin-top: 40px;
}

.contactus-matter input{
	height: 47px;
	font-size: 17px;
	font-weight: normal;	
}

.contactus-matter textarea{
	font-size: 17px;
	font-weight: normal;	
}

.contactus-matter i {
	color: #a6a6a6;
	font-size: 20px;
	border-right: 2px solid #a6a6a6;
	padding-right: 7px;
	position: relative;
	margin-left: 10px;
	top: -33px;
	z-index: 2;
	width: 28px;
}

.contactuss-matter input::placeholder{color: #a6a6a6;}

.contactus-matter input,
.contactus-matter textarea { 
  padding-left: 45px; 
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #d7d7d7;
  width: 100%;
}

.contactus-matter textarea{ 
  padding: 15px;
}

.contactus-matter button {
	width: 100%;
	margin-top: 15px;
	padding: 7px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #dc2027;
	border-radius: 0;
	font-weight: normal;
}

.contactus-matter button:hover{
	background: #c30108;
}

.futureskills {
	background: #f6f6f6;
	padding-top: 31px;
	padding-bottom: 3px;
}

.futureskills figure{
	text-align: center;
}

.futureskills h3 {
	font-weight: 500;
	font-size: 28px;
	color: #131414;
	margin-top: 19px;
	margin-bottom: 14px;
}

.futureskillsbanner h1 {  
	font-size: 34px; 
	line-height: 45px;
}

.futureskills p{
	font-weight: 300;
	font-size: 26px;
	color: #131414;
}

.systematically {
	padding-top: 54px;
	padding-bottom: 42px;
}

.systematically video{ 
	margin: 20px auto;
	border: 4px solid #f6f6f6;
}

/* ==== affiliates form's start ==== */

.affiliates-form-bg {
    margin: 100px auto;
}

.affiliates-form-matter {
    background: #fff;
    border: 5px solid #f1f1f1;
    padding: 45px 26px;
}

.affiliates-form-logo {
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 20px;
}

.affiliates-form-matter input {
    height: 47px;
    font-size: 17px;
    font-weight: normal;
}

.affiliates-form-matter input  {
    padding-left: 45px;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
}

.affiliates-form-matter i {
    color: #a6a6a6;
    font-size: 20px;
    border-right: 2px solid #a6a6a6;
    padding-right: 7px;
    position: relative;
    margin-left: 10px;
    top: -33px;
    z-index: 2;
    width: 28px;
}

.affiliates-form-matter button {
    padding: 8px 50px;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #dc2027;
    border-radius: 0;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 40px;
}

.affiliates-form-matter button:hover {
    background: #c30108;
}

.affiliates-form-matter h3 {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-top: 35px;
    margin-bottom: 18px;
}

.affiliates-form-matter h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    background: #dc2027;
    width: 95px;
    height: 5px; 
}

.checkbox-inline  {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 20px;
    color: #656565;
    font-size: 18px;
}

.checkbox-inline + .checkbox-inline  {
    margin-top: 20px;
    margin-left: 30px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]  {
    position: absolute;
    margin-top: 7px;
    margin-left: -20px;
}

.checkbox-inline input[type="radio"]
    {
        position: absolute;
        margin-top: 7px;
        margin-left: -20px;
    }

.checkbox-inline input{
    height: inherit;
    width: unset;
}

@media only screen and (min-width: 1301px) and (max-width: 1349px) {
.rh-textarea .nav-link {
    display: block;
    padding: 0.6rem 3px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.innerbanner {
	min-height: initial;
}

.banner-logo {
	padding-top: 125px;
}

.accordion-box figure::after {
	display: none;
}

.training-tab .nav-link {
    display: table-caption;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-dark .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 300;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
}

.humanskills-text {
	padding: 68px 100px;
}

.innerbanner .pdright {
	padding-right: 30px;
}

.innerbanner {
	min-height: inherit;
}

.banner-logo {
	padding-top: 40px;
}

.innerbanner h1 {
	font-size: 30px;
}

.accordion-box figure::after {
	display: none;
}

.training-tab .nav-link {
    display: table-caption;
}
}

@media only screen and (min-width: 993px) {
.sm-on{
	display: none;
}
}

@media only screen and (max-width: 992px) {
.sm-on{
	display: block;
}

.sm-off{
	display: none;
} 

.home-banner { 
	overflow: inherit;
	min-height: auto; 
	height: auto;
	padding-bottom: 20px
}
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
.top .col-md-8 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.top .top-logo {
	display: none;
}

.top .bg-dark {
	float: none;
}

.top {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 2px;
	position: relative;
	z-index: 999999999;
}

.bg-dark {
	background-color: #ff7b0a !important;
	float: none;
	top: 0;
	padding: 0;
}


.navbar-nav {
	position: absolute;
	text-align: right; 
	background: #f6f6f6;
	width: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	top: 45px; 
	line-height: 35px;
}

.navbar-toggler {
	padding: .25rem .0rem;
}

.navbar-dark .navbar-brand {
	color: #fff;
	padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
	padding-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background: rgb(222, 32, 39);
}

.top-signin {
	float: none; 
	margin: 15px auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.logos-group,
.humanskills-text,
.testdrive-text{
	padding: 40px 15px;
}

.topsignin {
	padding-top: 0;
	padding-bottom: 0;
}

.home-banner h1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.home-banner h1 { 
	width: inherit;
}

.rqecosystem-bg p {
	font-size: 17px;
}

.rqecosystem-bg {
	padding: 33px 15px 13px 15px;
}

.humanskills h1,
.testdrive h1 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 36px;
}

.humanskills .btn,
.testdrive .btn {
	font-size: 17px; 
	padding: 8px 20px;
	margin-top: 10px;
	white-space: initial;
}

.whatreach-text {
	padding: 30px;
}

.whatreach p {
	font-size: 17px;
}

.whatreach-text li {
	font-size: 17px;
}

.innerbanner .pdright {
	padding-right: 15px;
}

.innerbanner {
	min-height: inherit;
}

.innerbanner h1 {
	font-size: 26px;
	line-height: 28px;
}

.banner-logo {
	padding-top: 20px;
}

.subscription-price-head h3 {
	font-size: 20px;
}

.subscription-price h2 {
	font-size: 19px;
}

.subscription-price h2 b {
	font-size: 19px;
	font-weight: normal;
}

.h5headline,
.h4headline {
	font-size: 17px;
}

.redbtn {
	font-size: 15px;
}

.grey-box {
	padding: 15px;
}

.sidebar-bg {
	padding: 20px 25px 20px 25px;
}

.reach-subscription h2 {
	font-size: 17px;
}

.accordion-box figure::after {
	display: none;
}

.accordion-box {
	padding: 20px 10px;
}

.accordion-box p {
	font-size: 16px;
}

.rqformula img{
	display: block;
}

.rqformula {
	padding: 10px;
	margin-top: 100px;
}

.rqformula h3 {
	font-size: 17px;
}

.traits360 {
	min-height: auto;
	padding: 5px;
}

.traits360 h6 {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 26px;
}

.traits360 .btn {
	font-size: 15px;
}

.rh-textarea .nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active::after {
	display: none;
}

.testdrive {
	padding-top: 30px;
	padding-bottom: 0;
}

.training-icons{
	margin: 10px auto;
}

.training-iconbox .col-md-3 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.rh-textarea .nav-tabs {
	display: block;
	border: 0;
}

.contactus-matter {
	padding: 20px 0px 0 0;
}

.futureskills {
	padding-top: 20px;
}

.futureskills h3 {
	margin-top: 11px;
	margin-bottom: 0;
}

.futureskills p {
	font-size: 19px;
}
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
.logos-group,
.humanskills-text,
.testdrive-text,
.personalgrowth,
.contactus {
	padding: 40px 15px;
}

.topsignin {
	text-align: center;
}

.home-banner .overlay {
     background: none; 
}

.home-banner .carousel {
	margin: 0 auto;
	min-height: 72px;
}

.home-banner h1 {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.home-banner h1 { 
	width: inherit;
}

.rqecosystem-bg p {
	font-size: 17px;
}

.logotimeline-container hr::before {
	display: none;
}

.logos-group figure {
	background: #efefef;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}

.logotimeline-container,
.group-uplogos figure::before, .group-uplogos figure::after,
.group-bottomlogos figure::before, .group-bottomlogos figure::after {
	display: none;
}

.group-uplogos,
.group-bottomlogos figure img {
	margin-top: 0;
}

.group-bottomlogos { 
	margin-bottom: 0;
}

.logos-group p {
	font-size: 15px;
	margin-top: 30px;
}

.rqecosystem-bg {
	padding: 33px 15px 13px 15px;
}

.humanskills h1,
.testdrive h1 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 36px;
}

.humanskills .btn,
.testdrive .btn {
	font-size: 14px;
	padding: 8px 20px;
	margin-top: 10px;
	white-space: initial;
}

.whatreach-text {
	padding: 30px;
}

.whatreach p {
	font-size: 17px;
}

.whatreach-text li {
	font-size: 17px;
}

footer{
	text-align: center;
}

.footer-sicons {
	text-align: center;
}

footer h5 {
	text-align: center;
}

footer h6 {
	text-align: center;
}

.innerbanner {
	min-height: auto;
	padding-bottom: 30px;
}

.innerbanner figure {
	margin: 0 auto;
	width: 100%;
}

.innerbanner .pdright {
	padding-right: 15px;
}

.banner-logo {
	padding-top: 30px;
}

.innerbanner h1 {
	font-size: 28px;
}

.h5headline,
.h4headline {
	font-size: 17px;
}

.your-region-box .accordion h3 {
	font-size: 17px;
}

.your-region-logo:hover {
	box-shadow: none;
	transform: translate3d(0,-2px,0);
}

.redbtn {
	font-size: 15px;
	padding: 10px 15px;
}

.about-reach{
	padding: 30px 15px 0px 15px;
}

.grey-box {
	padding: 10px;
}

.lilist {
	padding-left: 0;
}

.rqdevelopment-logosbg {
	background: #fff;
	padding: 0 15px;
}

.rqdevelopment-box {
	padding: 15px;
}

.outcomes figure {
	margin-bottom: 10px;
}

.rqformula {
	margin: 0 auto;
	margin-top: 30px;
}

.rqformula h3 {
	font-size: 19px;
}

.bookcover {
	margin-top: 10px;
}

.accordion-box figure::after {
	display: none;
}

.rh-textarea .nav-tabs {
	display: block;
	border: 0;
}

.rh-textarea .nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active::after {
	display: none;
}

.traits360 {
	margin: 10px auto;
	min-height: auto;
}

.testdrive {
	padding-top: 20px;
	padding-bottom: 0;
}

.training-icons {
	margin: 10px auto;
}

.contactus-matter {
	padding: 20px 0px;
}

.futureskills {
	padding-top: 11px;
}

.futureskills h3 {
	margin-top: 0;
}
}

.reach-partners-btns .btn {
    background: #dc2027;
    border-radius: 0;
    padding: 4px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 300; 
    display: inline-block;
    border: 0; 
    margin: 1px auto 1px auto;
}

.reach-partners-btns .btn-default:hover {
    background: #000;
}

.reach-partners-btns .btn-primary{
    background: #000;
}

.reach-partners-btns .btn-primary:hover {
    background: #dc2027;
}

.reach-partners-btns{
    text-align: center;
}