@font-face {
    font-family: 'GothamThin';
    src: url('../fonts/Gotham-Font/Gotham-Thin.otf') format('ttf');
    font-weight: 200;
  }

  @font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Font/GothamLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Font/GothamBold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/Gotham-Font/GothamMedium.ttf') format('ttf');
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'InterLight';
    src: url('../fonts/Inter/static/Inter_18pt-Light.ttf') format('ttf');
    font-weight: normal;
  }

body {
    font-size: 14px;
    font-family: 'GothamMedium', sans-serif;
}

a {
    text-decoration: none;
}

.bg-overview {
    background: url("../img/bg-overview2.png");
    background-size: cover;
    padding: 198px 0;
}

.bg-white {
    background: #fff;
}

.main-logo {
    height: 130px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 60px;
    background: #fff;
    padding: 5px;
}

header a.nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
}

header .nav-link.active {
    font-size: 16px;
    font-weight: 700;
}

.carousel-caption h5 {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 16px;
    font-weight: 600;
}

.common-title {
    font-size: 36px;
    font-weight: 700;
}

.hr1 {
    height: 2px !important;
    background-color: #e7cc76;
    opacity: 1;
}

.common-head.ch1 {
    font-size: 30px;
    position: relative;
    bottom: 25px;
}

.common-head.ch2 {
    font-size: 30px;
    position: relative;
    top: 180px;
}

.common-head.ch3 {
    font-size: 30px;
    position: relative;
}

.common-head.ch4 {
    font-size: 30px;
    font-weight: 700;
}

.ul-values {
    padding: 0;
    list-style-type: none;
    font-size: 24px;
    line-height: 32px;
    font-family: 'GothamThin', sans-serif;
}

.ul-values li::before {
    content: url('../img/star.png');
    margin-right: 8px; 
    vertical-align: middle; 
  }

.w-80 {
    width: 80% !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:focus, .nav-pills .nav-link:hover{
    color: #000;
    background-color: transparent;
    border: unset;
    border-color: 1px solid #e7cc76;

}

.nav-pills .nav-link{
    color: #c5c4c4;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0 10px;
}

.img-founder {
    padding: 30px 0 5px;
}

.founder-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.bg-about {
    background: url("../img/bg-about.png");
    background-size: cover;
        position: relative;
        top: -100px;
        z-index: -1;
}

.bottom-line {    
    background: url("../img/bg-overview.png");
    background-size: cover;
}

.bottom-line p {
    font-size: 24px;
    text-align: center;
    padding: 80px 0 0;
}

.about-content {
    padding: 100px 20px 30px;
}

.about-head {
    font-size: 24px;
    font-weight: 600;
}
.about-desc {
    font-size: 20px;;
}

.testimonial-wrapper {
    padding: 30px 0;
    border-bottom: 1px solid #e7cc76;
}

.testimonial-comment{
    font-size: 22px;
}

.testimonial-by {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0;
}

.img-testimonial {
    height: 180px;
    position: absolute;
    top: -100px;
    right: 50px;
    left: auto;
}

.footer-logo {
    display: block;
    margin: 10px auto;
    height: 180px;
}

.footer-nav {
    text-align: center;
    font-size: 16px;
}

.footer-nav li a {
    padding: 5px 12px;
    color: #c3c3c3;
}

.footer-nav li a.active {
    font-weight: 600;
    color: #1d1a1a;
}

footer {
    box-shadow: 0 0 0 0 #ddd ;
}