/*

COLOR CODE
Blue: #addfe8
Green: #b6dec2
Yellow: #fff9c0

Page 1 Image 1x1 size 400px
3 boxes spacing 60px
Logo size: 400x200
840x120

Home section width: 420

*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #6b6b6b;
  overflow-x: hidden;
	letter-spacing: 0.2em;
		background-color: #addfe8;

}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 100;
    line-height: 1.2;
}
.h3, h3 {
    font-size: 2.75rem;
}

/* equal height */
.flexbox-row {
  display: flex;
  flex-wrap: wrap;
width: 100%
}
.flexbox-col {
	display: flex;
	width: 50%;
}
/* end equal height */


p {
  line-height: 1.7;
}

.footer p {
  margin-bottom: 0;
}


a,
button {
  transition: all 0.3s ease;
	color: #b6dec2;
}

a:hover {
  text-decoration: none;
	color: #addfe8;
}

.container-fluid {
 width: 100%;
	top: 0;
}

.wrapper {
	max-width:1024px;
	display: block;
	margin: 0 auto;
	padding-top: 100px;
}
.footer {
	display: block;
	width: 100%;
	background-color: #393939;
	color: #b6dec2;
	text-align: left;
	padding: 0 20px;
}

.responsive-img {

  width: 100%;
  height: auto;

}

.help-block {
	color: #FD956E;
}


.footer-credit {
	display: inline-block; 
	position: absolute;
	right: 0px;
}
.footer-email {
	display: inline-block; 
}


/* Animations */


/*
  --------------------
  network 
  --------------------
*/

#network-wrapper {
	height: 800px;
	margin: 0 auto;
    padding-top: 100px;
	max-width: 1500px;
	position: relative;
}

.circle-logo {
  align-items: center;
  background: url("../img/logo-c2hr-circle.png") no-repeat;
  background-position: 50% 50%;
  background-size: 200px;
  display: flex;
  position: relative;
  z-index: 5;
	width: 400px;
	margin-top: 283px;
}

.network {
	clip-path: circle(0px at center);
	-webkit-clip-path: circle(0px at center); 
    background: url("../img/banner-bg-connect.png") no-repeat 50% 50%;
    background-size: contain;
    display: block;
    left: 50%;
    position: absolute;
    top: 15rem;
    width: 100%;
	min-height: 700px;
  }

  [data-aos="network-reveal"] {
	  transform: translateX(-50%);
	  transition-property: transform;
	  transition: all 2s linear .1s;
    }[data-aos="network-reveal"].aos-animate {
  	clip-path: circle(100% at center);
	-webkit-clip-path: circle(100% at center); 
	transition-duration: 1s !important;
	opacity: 1;
}

  [data-aos="network-people"] {
	  transform: scale(0);
	  transition-property: transform;
    }[data-aos="network-people"].aos-animate {
  	transform: scale(1);
	opacity: 1;	
}
  

[data-aos="logo-rotate"] {
  transform: rotate(360deg);
  transition-property: transform;
  transition-delay: 0s;
}[data-aos="logo-rotate"].aos-animate {
  transform: rotate(0);
    opacity: 1;
}


/*
  --------------------
  people
  --------------------
*/


.people-1 {
	background: url("../img/banner-people-01.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 150px;
	width: 150px;
	margin: 310px 0 0 -44.15385%;
}
.people-2 {
	background: url("../img/banner-people-02.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 140px;
    width: 140px;
    margin: 118px 0 0 -35.84615%;
	
}
.people-3 {
	background: url("../img/banner-people-03.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 134px;
    width: 134px;
    margin: 6px 0 0 -18.76923%;
	
}
.people-4 {
	background: url("../img/banner-people-04.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	 height: 145px;
    width: 145px;
    margin: -55px 0 0 16.23077%;
	
}
.people-5 {
	background: url("../img/banner-people-05.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 174px;
    width: 174px;
    margin: -106px 0 0 -2.76923%;
	
}
.people-6 {
	background: url("../img/banner-people-06.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 150px;
    width: 150px;
    margin: -162px 0 0 31.69231%;
	
}
.people-7 {
	background: url("../img/banner-people-07.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 134px;
    width: 134px;
    margin: 76px 0 0 27.69231%;
	
}
.people-8 {
	background: url("../img/banner-people-08.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 154px;
    width: 154px;
    margin: 196px 0 0 13.46154%;
	
}
.people-9 {
	background: url("../img/banner-people-09.png") no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
	z-index: 10;
	top: 50%;
	height: 164px;
    width: 164px;
    margin: 308px 0 0 -16.38462%;
	
}



/* Number Animations */

[data-aos="animate-rotate"] {
  transform: rotate(90deg);
  transition-property: transform;
  transition-delay: 0.5s;
}[data-aos="animate-rotate"].aos-animate {
  transform: rotate(0);
    opacity: 1;
}




/* Animations END */


.small,
small {
  font-size: 90%;
}

.parallax-window {
  min-height: 1100px;
  background: transparent;
}

.navbar-yellow {
  background-color: #fff9c0;
}

.hr-brand-row {
  align-items: center;
  padding-top: 0px;
  padding-bottom: 100px;
	display: block;
	width: 100%;
}

.hr-brand-container {
  max-width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-brand-icon {
  width: 79px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333436;
  color: white;
  border-radius: 50%;
  margin-right: 25px;
}

.hr-brand-name {
  font-size: 2.3rem;
  color: #333333;
}
.hr-bg-black-transparent {
  background-color: rgba(15, 29, 32, 0.76);
  color: white;
	padding: 50px;
	    width: 100%;
	  margin-bottom: 30px;
}

/* Nav */

#navbar {
  overflow: hidden;
  background-color: #fff9c0;
  padding: 30px 20px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
}
/* Style the navbar links */
#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
	text-transform: uppercase; 
	margin: 10px 5px 0 5px;
	    cursor: pointer;
}

/* Style the logo */


.navbar-brand {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
	background-image: url("../img/logo-c2hr.png");
	background-repeat: no-repeat;
  background-size: contain;
	    display: block;
    width: 100px;
    height: 60px;
}


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

/* Links on mouse-over */
.navbar-nav a:hover {
  background-color: #b6dec2;
  color: black;
}

.navbar-nav {
	position: absolute;
right: 0;
}

/* Style the active/current link */
.navbar-nav a.active {
  background-color: #b6dec2;
  color: black;
}
.navbar-nav a:active {
  background-color: #b6dec2;
  color: black;
}

/* Display some links to the right */
#navbar-right {
  float: right;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {

	.navbar-nav {
	position: relative;
}
	
.navbar-nav {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
.navbar-nav a {
    float: right;
    display: block;
    text-align: left;
  }
.navbar-nav-right {
    float: none;
  }
	
	/* equal height */

.flexbox-col {
    display: block;
    height: auto;
    width: 100%;
/* end equal height */
	
}
	.hr-bg-black-transparent {
    padding: 10px;	 !important; 	
}
}

/* Home */


#content {
    padding-bottom: 80px;
    padding: 0 50px;
}

#how {
    padding-bottom: 80px;
    padding: 0 50px;
}
.hr-quote {
  padding-bottom: 80px;
	margin: 120px 0 0 50px;
	width: 30%;
	display: block;
	float: left;
}

.hr-quote-text {
  font-size: 1rem;
}

.hr-home-box {
	text-align: center;
}
.hr-title-box {
    padding: 25px;
    margin: 35px;
}

.hr-title-box-inside {
    padding: 25px;
    margin: 0 0 35px 0;
}

.hr-bg-green-transparent {
  background-color: rgba(182, 222, 194, 0.9);
  color: black;
}

.hr-title {
    margin: 50px 0;
	text-align: center;
}

.hr-home-left {
  max-width: 420px;
  width: 100%;
  margin-right: 185px;
}

.hr-home-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-slogan {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.hr-home-hr {
  border-top-color: white;
  margin-bottom: 30px;
}

.hr-home-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
	color: #b6dec2;
	text-align: center;
}

.hr-home-text {
  margin-bottom: 47px;
}

.btn {
  border-radius: 10px;
  padding: 13px 40px;
  font-size: 1rem;
}

.btn-primary {
  background-color: #b6dec2;
  border: 0;  
  color: #585858;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
  background-color: #addfe8;
  outline: none;
  border: none;
	color: #000;
}
.btn-primary.disabled, .btn-primary:disabled{
    color: #000;
    background-color: #b6dec2;
}

/* Features section */
#hrFeatures {
  padding-top: 68px;
  padding-bottom: 60px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.hr-feature-box {
  max-width: 360px;
  min-height: 480px;
  border-radius: 10px;
  text-align: center;
  padding: 40px 50px;
  margin-left: auto;
  margin-right: auto;
}

.hr-feature-name {
  color: black;
  margin-bottom: 50px;
}

.hr-feature-icon-container {
  width: 110px;
  height: 110px;
  border: 1px solid #3E3F40;
  border-radius: 50%;  
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

/* Call to Action section */
#hrCallToAction {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hr-bg-white {
  background-color: white;
}

.hr-call-to-action-col {
  display: flex;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  flex-direction:;
}

.hr-call-to-action-image {
  margin-right: 20px;
  width: 400px;
  height: auto;
}

.hr-call-to-action-text {
  padding: 50px 60px;
  min-height: 400px;
  width: calc(100% - 400px);
}

.hr-call-to-action-title {
  margin-bottom: 45px;
}

.hr-call-to-action-description {
  margin-bottom: 55px;
  font-size: 1.1rem;
  
}

.hr-call-to-action-form {
  display: flex;
}

.hr-email-input {
  padding: 15px;
  margin: 0;
  width: 355px;
  margin-right: 20px;
}

.btn-secondary {
  background-color: #0299CC;
  border: none;
  padding: 10px 50px;
}

.btn-secondary:hover {
  background-color: #0fb7f0;
}

.btn-tertiary {
  background-color: #b6dec2;
  color: white;
  padding: 10px 60px;
}

.btn-tertiary:hover {
  background-color: #addfe8;
  color: white;
}

.hr-copyright-text {
  font-size: 0.75rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hr-copyright-link {
  color: white;
}

.hr-copyright-link:hover {
  color: #0fb7f0;
}

/* About Page */
#hrAbout {
  padding-bottom: 80px;
}

.hr-about-page-title {
  font-size: 2.5rem;
  margin-top: 72px;
  margin-bottom: 40px;
}

.hr-about-box {
  padding: 25px;
  margin-bottom: 30px;
}

.hr-about-title-hr {
  border-top-color: black;
  max-width: 450px;
  margin-bottom:;
}



.hr-home-header {
  padding-bottom: 80px;
}

.hr-about-number-container {
  width: 83px;
  height: 83px;
  font-size: 2.2rem;
  border: 1px solid #b6dec2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
		color: #b6dec2;
}

.hr-about-name {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hr-about-description {
  margin-bottom: 30px;
  line-height: 1.8;

}

.hr-app-header {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 60px;
}

#hrAppFeatures {
  padding-top: 80px;
  padding-bottom: 24px;
}

.hr-app-feature-header {
  font-size: 2.8rem;
}

.hr-app-feature-box {
  display: flex;
  align-items: top;
  padding: 50px 40px; 
  margin-bottom: 40px; 
}

.hr-app-feature-icon {
  margin-right: 30px;
  border-radius: 50%;
  border: none;
  width:  100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-btn-app-feature {
  margin-bottom: 35px;
}

.hr-app-feature-description-box {
  color: #ffffff;
}

.hr-app-feature-title {
  font-size: 2rem;
}

/* Services */
.hr-services-parallax-header {
  min-height: 700px;
  display: flex;
  align-items: center; 
  margin-top: 42px;
  margin-bottom: 22px;
}

.hr-services-header {
  position: relative;
  z-index: 102;
  width: 100%;
  padding: 85px 15px 37px 15px;
}

.hr-services-page-title {
  font-size: 2.8rem;  
  padding-bottom: 37px;
}

.hr-services-detail-box {
  padding: 80px 70px;
  margin-top: 22px;
  margin-bottom: 41px;
}

#how .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hr-tabs-container {
  display: flex;
  padding-top: 40px;
  padding-bottom: 135px;
}

.hr-tab-links {
  margin-right: 40px;
  width: 280px;
}

.hr-tab-contents {
  width: calc(100% - 320px);
border: 3px solid white;
	background-color: rgba(15, 29, 32, 0.77);
}

#how .tabs li {
  margin-bottom: 36px;
}

#how .tabs li:last-child {
  margin-bottom: 0;
}

#how .tabs a {
  display: flex;
  align-items: center;  
  text-align: left;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  background-color: rgba(15, 29, 32, 0.77);
  border: 3px solid rgba(15, 29, 32, 0.77);
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 30px;
  transition: all 0.3s;  
}

#how .tabs .icon-wrap {
  width: 75px;
  height: 75px;
  border: 3px solid white;
  border-radius: 50%;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

#how .tabs .active,
#how .tabs a:hover {
    border-color: white;
    color: #fff!important;
}

#first-tab-group > div {
  color: white;
  padding: 45px 60px;
  min-height: 475px;
}

.hr-service-tab-title,
.hr-service-tab-p {
  margin-bottom: 40px;
}

/* Testimonials */
.hr-testimonials-section {
  padding-top: 45px;
  padding-bottom: 90px;  
  margin-left: -35px;
  margin-right: -35px;
}

.hr-testimonials-header {
  padding: 55px 15px 50px;
}

.hr-testimonials-page-title {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.hr-testimonials-parallax-header {
  min-height: 400px;
  margin-bottom: 45px;
}

.hr-person-img-container {
  margin-bottom: 63px;
}

.hr-testimonial-box {
  padding: 60px 30px 85px;  
  margin-left: 20px;
  margin-right: 20px;
}

.slick-dots {
  bottom: -88px;;
}

.slick-dots li,
.slick-dots li button {
  width: 30px;
  height: 30px;
}

.slick-dots li {  
  margin: 8px;
}

.slick-dots li button {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6em;
  font-weight: 900;
}

.slick-dots li button:before {
  font-family: inherit;
  font-size: inherit;  
  content: "\f45c";
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 0.85;
}


#tmCallToAction.hr-testimonials-cta {
  padding-bottom: 185px;
}

/* Contact page */
.hr-contact-form {
  height: 100%;
  padding: 70px;  
  margin-right: 5px;
}

.hr-contact-text {
  padding: 58px 95px 100px 80px;  
  margin-left: 5px;
}

.hr-contact-col-left {  
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 50px;
}

.form-control {
  background-color: transparent;
  color: white;
  padding: 25px 20px;
}

.form-control:focus {
  background-color: transparent;
  color: white;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.hr-contact-row {
  padding-top: 45px;
  padding-bottom: 40px;
}

/* Media Queries */
@media (max-width: 1149px) {
  .hr-call-to-action-text {
    width: calc(100% - 420px);
  }
}

@media (max-width: 1145px) {
  .hr-email-input {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .hr-call-to-action-form {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
	
		.people-1, .people-2, .people-3, .people-4, .people-5, .people-6, .people-7, .people-8, .people-9, .circle-logo{
	display: none;
}
		.hr-title-box {
    margin: 30px 5px;
}
	.hr-quote {
	margin: 80px 50px 0 50px;
	width: 100%;
	display: block;
	float: left;
}
		.network {
	min-height: 500px;
	top: 18rem;
	background: url("../img/banner-bg-mobile.jpg") no-repeat 50% 50%;
		background-size: cover;
  }
	#network-wrapper {
    height: 500px;
		margin-top: 0px;
		background: url("../img/logo-c2hr-circle-mobile.png") no-repeat 50% 100%;
}
	
  .hr-nav {
    position: relative;
  }

  #navbarNav {
        position: absolute;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1001;
  }

 .hr-navbar {
   background-color: transparent;
   justify-content: flex-end;
 }

 .navbar-toggler {
   background-color: rgba(255,255,255,0.8);
 }

 .hr-home-left {
   margin-right: 50px;
 }

 .hr-feature-box {
   margin-bottom: 20px;
   max-width: 600px;   
 }

 .navbar-expand-lg .navbar-nav .nav-link {
   padding: 14px 19px;
 }

 .hr-about-box,
 .hr-app-feature-box {
   margin-left: auto;
   margin-right: auto;
 }

 .hr-tabs-container {
   flex-direction: column;
 }

 .hr-tab-links {
   margin-right: 0;
   margin-bottom: 40px;   
 }

 .hr-tab-links,
 .hr-tab-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
 }

 .hr-contact-col-left {
   margin-bottom: 40px;   
 }


  .hr-contact-form {
    margin-right: 0;
  }
  
 .hr-contact-text {
   margin-left: 0;
 }
		.navbar-nav {
    position: relative;
}
	.flexbox-col {
    display: flex;
    width: 100%;
}
 
}

@media (max-width: 849px) {
  .hr-call-to-action-col {
    flex-direction: column;
  }

  .hr-call-to-action-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .hr-call-to-action-text {
    width: 100%;
    max-width: 600px;
  }
		.navbar-nav {
    position: relative;
}
}

@media (max-width: 767px) {
  .hr-home-container {
    flex-direction: column;
  }

  .hr-home-left {
    margin-bottom: 50px;
    margin-right: 0;
  }
	.navbar-nav {
    position: relative;
}
	.hr-contact-form {
  padding: 25px;  
}
}

@media (max-width: 479px) {
	
	.row {
    margin-right: 0;
    margin-left: 0;

}
	.container-fluid {
		padding-left: 0;
	}
	
	body {
  font-weight: 300;
}
	
	.footer-credit {
	padding-top: 10px;

position: relative;
}
	
  .hr-app-feature-box {
    flex-direction: column;
  }

  .hr-app-feature-icon {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .slick-dots {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -80px;        
  }

  .slick-dots li {
    margin: 8px;
  }

  .hr-contact-form {
    padding: 15px;
  }

  .hr-contact-text {
    padding: 60px;
  }
	
		.hr-bg-black-transparent {
    padding: 50px 20px; 
			font-size: 14px;
			width: 100%;
}
#content {
    padding: 0;
}	
	.hr-home-title {
    font-size: 1.5rem;

}
	.navbar-nav {
    position: relative;
}
	.hr-title-box {
    margin: 30px 5px;
}
	.hr-quote {
	margin: 50px 50px 0 50px;
	width: 100%;
	display: block;
	float: left;
		z-index: 99;
}
	
	.network {
	min-height: 500px;
	top: 14rem;
	background: url("../img/banner-bg-mobile.jpg") no-repeat 50% 50%;
		background-size: cover;
  }
	#network-wrapper {
    height: 500px;
		margin-top: 0px;
		background: url("../img/logo-c2hr-circle-mobile.png") no-repeat 50% 100%;
}
	.wrapper {

    padding-top: 10px;
}
	.people-1, .people-2, .people-3, .people-4, .people-5, .people-6, .people-7, .people-8, .people-9, .circle-logo{
	display: none;
}
.container-fluid {
    margin-top: 80px;
	
}
	#first-tab-group > div {
    padding: 45px 20px;
}
	dl, ol, ul {
    margin-left: -10px;
	font-size: 14px;
}
	#how {

    padding-bottom: 80px;
    padding: 0 ;

}
	
	
}