@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700|Rubik:300,300i,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700");

body {
    font-family: 'Karla', sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.other-page section{
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0.03125rem;
}



/* Bootstrap Override */

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
  }

.lnr-lg{
    font-size: 4rem;
}

.bg-light {
    background-color: #b3b3b3!important;
}

.jumbotron.other-page {
    min-height: auto;
}

table caption {
    caption-side: top;
    font-style: normal;
    font-weight: 600;
    color: black;
}

blockquote, .blockquote {
    margin-bottom: 3rem;
    padding: 1rem;
    background: #f7f7f7;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

blockquote:hover,
.blockquote:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

blockquote > p {
    font-size: 16px;
}

.blockquote-footer {
    font-size: 14px;
}

blockquote footer .col-md-3 {
    padding-right: 0;
}

.blockquote-footer cite {
    font-weight: 600;
    color: #000;
    font-style: unset;
}

.blockquote-footer::before {
    display: none;
}

@media screen and (max-width: 480px) {
    .display-2{
        font-size: 3.5rem;
    }
}


/* #top-fc {
    position: relative;
    background: url(../img/others/bg-pattern.jpg) no-repeat center;
    background-size: cover;
} */

#top-fc .overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#a-faster {
    position: relative;
    background: url(../img/others/bg-girl.jpg) no-repeat center;
    background-size: cover;
}

#finally-a {
    position: relative;
    background: url(../img/others/bg-ancient.jpg) no-repeat center;
    background-size: cover;
}

#you-can {
    position: relative;
    background: url(../img/others/bg-couple.png) no-repeat center;
    background-size: cover;
}

#from-seeker {
    position: relative;
    background: url(../img/others/bg-seeker.jpg) no-repeat center;
    background-size: cover;
}

.smalltext {
    padding-top: 5px;
    font-size: 1.2rem;
}

#approximately-70 {
    position: relative;
    background: url(../img/others/bg-crowd.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    #who-are {
        background: none;
    }
    .smalltext {
        font-size: .8rem;
    }
}


#contact-us ul li {
    position: relative;
    list-style: none;
    padding-bottom: 2rem;
}

#contact-us ul li span {
    position: absolute;
    top: 1px;
    left: -25px;
    font-size: 2rem;
    color: #fc665f;
}