@font-face { font-family: 'SuisseIntl-Black';
             src: url('assets/fonts/SuisseIntl-Black.otf') format('opentype'); }
             
             
@font-face { font-family: 'SuisseIntl-Book';
             src: url('../fonts/SuisseIntl-Book.otf') format('opentype'); }    

             
@font-face { font-family: 'SuisseIntl-Light';
             src: url('../fonts/SuisseIntl-Light.otf') format('opentype'); } 

@font-face { font-family: 'SuisseIntl-Regular';
             src: url('../fonts/SuisseIntl-Regular.otf') format('opentype'); }             

@font-face { font-family: 'SuisseIntl-Bold';
             src: url('../fonts/SuisseIntl-Bold.otf') format('opentype'); }   


* {
  box-sizing: border-box;
}



p, body, li {
    font-family: 'SuisseIntl-Light';
    font-size: 17px;
    line-height: 24px;
    letter-spacing: .5px;
}

.course-nav-tab ul {
  position: relative;
  font-family:'SuisseIntl-Bold' !important;
  margin-bottom: 50px;
  font-size: 0;
  border: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #eee;
}
.course-nav-tab ul li a {
  position: relative;
  font-family:'SuisseIntl-Bold' !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 9px 25px;
  color: #ababab;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'SuisseIntl-Bold';
}



.ebook-section .section-title-four .title {
  color:#fff;
}


.ebook-section .slide-content .slide-layers p, .section-title-four p {
  color:#fff;
}

.ebook-section .section-title-four .sub-title, .section-title-four .sub-title {
  color:#c4e3dd;
}


.intro11-content .title {

}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-family: 'SuisseIntl-Bold';
  font-size: 2.5em !important;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

b, strong, mark, strong {
  font-family: 'SuisseIntl-Bold';
}


.site-main-menu>ul>li>a {
  font-family: 'SuisseIntl-Bold';
  font-weight: 800;
}

.header-orange .site-main-menu>ul>li>a, .header-social a i {
  color:white;
}

.row {
  margin: 8px -16px;
}


.footer-section {
  padding: 70px 0 0px;
  background-color: #6301de;
  overflow: hidden;
}

.content {
  background-color: transparent;
  padding: 10px;
}

.btn-primary-three {
  background-color: #00a775;
  padding: 10px 16px;
  color: #ffffff;
  font-size: 12px !important;
  border-radius: 25px;
  letter-spacing: 1px;
  border: 2px solid #00a775;
  text-transform: uppercase;
}

.btn-primary-three:hover {
  background-color: #ffffff;
  color: #00a775;
  border: 2px solid #00a775;
}

.scroll-top {
  background-color: #00a775;
}

/* .contact-form-section .container {
  background-color: #ffffff;
} */

.intro11-section {
  background-color: #33b2ff !important;
  background-image: linear-gradient(90deg,#33b2ff 65%,#33b2ff 65%);
}

#purple.header-section .header-inner, #purple .header-section.is-sticky .header-inner {
  background-color: #6301de !important;
}

#blue.header-section .header-inner, #blue .header-section.is-sticky .header-inner {
  background-color: #00a775 !important;
}

/* Add padding BETWEEN each column (if you want) */
/* .row,
.row > .column {
  padding: 8px;
} */

/* Create three equal columns that floats next to each other */
.col {
/*   float: left;
  width: 33.33%; */
/*   display: none; /* Hide columns by default */ */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}


/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}


.white h4, .white h5, .white p, .white h3, .white h2, .white h1, .white .link, .white .sub-title, .white .number, .white .text  {
  color:#fff !important;
}

.white {
  color:#fff !important;
  
}


.display-none {
  display: none !important;
}

.blog-3 {
  border:none !important
}
