body {
    font-family: 'Fira Sans', sans-serif;
    color: #3a3f52;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

.firstname {
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    padding: 0 !important;
    color: #000 !important;
    background-color: transparent !important;
}

.designation {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.round-img {
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 50%;
}

.mentor-div {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

#mentor .col-sm-3 {
    padding: 5px 8px !important;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #53627C;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

b {
    font-weight: 700;
}

section {
    padding: 130px 0px 30px 0px;
}

.title-block {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.title-block p {
    font-size: 20px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
}

.divider {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #edf1f2
}


/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
    background-color:#fff!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    /* height: 70px; */
    /* max-height: 70px; */
}

.navbar-toggler {
    font-size: 38px;
    background-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
}

.navbar-toggler-icon {
    color: #ffffff;
}

.navbar-collapse {
    background-color: #ffffff;
}

.nav-custom-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 5px;
    padding: 20px 6px;
}

.navbar a {
    color: #53627C;
}

.nav-right {
    float: right;
}


/* ==============================================
   3. Buttons
===============================================*/

.btn {
    font-size: 17px;
    font-weight: 700;
    border-radius: 3px!important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
}

.btn:hover {
    text-decoration: none;
}

.btn-regular {
    background-color: #f65164;
    color: #ffffff;
    padding: 10px 25px;
    letter-spacing: .1em;
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-regular:hover {
    background-color: #F6B142;
    color: #ffffff;
}

.btn-demo {
    color: #ffffff;
    background-color: #58d7be;
    letter-spacing: .1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-demo:hover {
    color: #ffffff;
    background-color: #58d7be;
}

.btn-demo-small {
    background: #f65164;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    cursor: pointer;
}

.btn-buy {
    color: #ffffff;
    background-color: #58d7be;
    letter-spacing: .1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-buy:hover {
    background-color: #41c7ad;
    color: #ffffff;
}


/* ==============================================
   4. Hero
===============================================*/

#hero {
    /* background-color: #f6f8f9; */
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 60px 0;
}

#hero h1 {
    font-size: 36px;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

#hero p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

#hero span {
    font-weight: 400;
    color: #58d7be;
    text-transform: uppercase;
    letter-spacing: .05em;
}


/* ==============================================
   5. Marketing
===============================================*/

#about p {
    font-size: 18px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
    text-align: left;
}

#about span {
    font-weight: 400;
    color: #58d7be;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.content-box {
    padding: 10px 20px;
}


/* ==============================================
   6. Testimonials
===============================================*/

#challenges {
    background-color: #f6f8f9;
    border-top: 1px solid #F8F9FB;
    border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
    border-radius: 20px;
    padding: 20px 30px;
    /* margin-top: 30px; */
}

.testimonial-box h6 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 5px;
    margin-bottom: 0px;
}

.testimonial-box p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 1.8;
    padding: 0px;
}

.testimonial-box i {
    color: #ffffff;
}

.testimonial-box small {
    color: #8da2b5;
    display: inline-block;
}

.testimonial-box span {
    font-size: 14px;
    color: #ffffff;
}

.rating {
    background-color: #58d7be;
    padding: 2px 12px;
    border-radius: 50px;
}

.profile-picture {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.review-one {
    background-image: url('images/profile-picture-one.jpg');
}

.personal-info {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #edf1f2;
}


/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
    background-color: #ffffff;
    padding: 40px 20px;
    border: 1px solid #F8F9FB;
    border-radius: 6px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
    margin-top: 30px;
}

.pricing-box h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .1em;
    color: #58d7be;
}

.pricing-box h6 {
    font-size: 60px;
    font-weight: 700;
    color: #3a3f52;
    margin-bottom: 0px;
}

.pricing-box p {
    font-size: 17px;
    margin-top: 15px;
    padding: 0px;
}

.pricing-box ul {
    padding-left: 10px;
}

.pricing-box li {
    font-size: 14px;
    font-weight: 300;
    color: #8da2b5;
    letter-spacing: .1em;
}

.pricing-box span {
    font-weight: 500;
    color: #58d7be;
}

.pricing-box small {
    color: #8da2b5;
    letter-spacing: .2em;
}

.pricing-box i {
    font-size: 20px;
    color: #58d7be;
    margin-right: 10px;
}

.pricing-box .demo {
    color: #58d7be!important;
}


/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
    background-image: url('images/call-to-action.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#call-to-action h2 {
    color: #ffffff;
}

#call-to-action p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    opacity: .8;
    margin-bottom: 40px;
}

#call-to-action .title-block {
    margin-bottom: 0px;
}

#call-to-action .btn-regular {
    background-color: #f65164!important;
    color: #fff!important;
    padding: 15px 45px;
    margin: 0;
}
#call-to-action .btn-regular:hover {
  background-color: #F6B142!important;
  color: #fff!important;
  padding: 15px 45px;
  margin: 0;
}

#call-to-action .title-block {
    margin-bottom: 0px;
}


/* ==============================================
   9. Footer
===============================================*/

footer {
    background-color: #292c31;
    padding: 60px 0;
    color: #62656a;
}

footer h5 {
    color: #aeb3bd;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

footer p {
    font-size: 12px;
    font-weight: 300;
    color: #62656a;
    text-align: justify;
    padding: 0px;
}
footer ul{
  display: grid;
}

footer li {
    list-style: none;
    display: table-row;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 10px;
}

footer a {
    color: #62656a;
}

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

footer i {
    font-size: 25px;
    color: #62656a;
    margin-right: 10px;
}

footer i:hover {
    color: #F6B142;
}

footer small {
    color: #62656a;
    float: right;
}

.external-links {
    color: #f65164;
}


/* ==============================================
   9. Media Queries
===============================================*/


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    h2 {
        font-size: 34px!important;
        margin-bottom: 20px;
        line-height: 1.1;
        /* text-align: center; */
    }
    .title-block h2,
    p {
        text-align: center;
        padding: 0px 20px;
    }
    #call-to-action h2,
    p {
        text-align: center;
        padding: 0 20px;
    }
    #call-to-action {
        /* background-image: none; */
        /* background-color: #58d7be; */
    }
    footer {
        padding: 60px 25px;
    }
    footer h5 {
        font-size: 18px;
        margin-top: 30px;
    }
    footer li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer p {
        font-size: 16px;
    }
    footer i {
        font-size: 30px;
        margin-right: 20px;
    }
    footer small {
        float: left;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 34px!important;
        margin-bottom: 20px;
    }
    #hero p {
        font-size: 20px!important;
        text-align: left;
    }
    .nav-logo-mobile {
        margin: auto;
        padding-right: 50px;
        width: calc(100% - 90px);
    }
}

@media (max-width: 991px) {
    .nav-right {
        float: left;
    }
    .nav-custom-link {
        border-bottom: 1px solid #EEE;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav .nav-link {
        padding: 20px 0;
        text-align: left;
    }
    .btn-demo-small {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;
    }
    .btn-demo-small:hover {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;
    }
    .btn-demo-small a {
        color: #53627C!important;
    }
    .nav-custom-link {
        font-size: 13px;
    }
    .icon-mobile {
        font-size: 18px;
        float: right;
    }
    .navbar-collapse {
        border-bottom: 1px solid #efefef;
    }
    .nav-logo-mobile {
        margin: auto;
        padding-right: 50px;
        width: 50%;
    }
    .nav-logo-desktop {
        display: none;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .icon-mobile {
        display: none;
    }
    .nav-logo-mobile {
        display: none;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 768px) {
    .hero-content {
        margin-top: 100px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing-box h3 {
        font-size: 17px;
    }
    .pricing-box p {
        font-size: 14px;
    }
    .pricing-box li {
        font-size: 12px;
    }
    .btn-buy {
        font-size: 12px;
        padding: 15px 20px;
    }
    .btn-demo {
        font-size: 12px;
        padding: 15px 20px;
    }
    .profile-picture {
        width: 50px;
        height: 50px;
    }
    .testimonial-box h6 {
        font-size: 14px;
        margin-left: 10px;
    }
    .testimonial-box span {
        font-size: 12px;
    }
    .testimonial-box small {
        font-size: 12px;
        margin-top: 4px;
        margin-left: 10px;
    }
}

@media(max-width: 575px) {
    #video-yt {
        height: 45vh;
    }
}

.stack-overflow-i:hover {
    content: url('images/stack-overflow-i.svg');
}

#faq {
    background: #f6f8f9;
}

.nav-logo-desktop {
    width: 300px;
}

.location-bg {
    background-image: url(images/972.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
}

.info-bar {
    color: #fff;
    padding: 0;
    background-color: #3a3f52;
    text-align: center;
}

.logo-bar {
    color: rgb(0, 0, 0);
    padding-bottom: 40px;
    background-color: #ffffff;
    text-align: center;
}

.logo-bar img {
    width: 40%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s;
}

.logo-bar img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.border-right {
    border-right: 4px solid rgba(255, 255, 255, 1) !important;
}

.logo-company {
    width: 165px;
    position: fixed;
    bottom: 20px;
    left: -400px;
    z-index: 1032;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
}

.logo-company img {
    width: 100%;
}

.lead-on {
    bottom: 20px;
    left: 0px;
    transition: 0.5s all;
}

.here_logo img {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1033;
    height: 95px;
}

@media(max-width: 580px) {
    .logo-company {
        width: 150px;
        padding: 8px;
    }
    .space-p {
        text-align: center !important;
        padding-top: 30px;
        margin: 4px;
    }
}

@media(max-width: 991px) {
    .here_logo {
        width: 100%;
        background: #fff;
        box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
        height: 95px;
        top: 0;
        left: 0;
        z-index: 1032;
        position: fixed;
    }
}

.explain {
    text-align: initial !important;
}

.explain p {
    text-align: initial !important;
    font-size: 14px;
}

.explain .col-sm-2 {
    width: 20% !important;
    flex: 0 0 18%;
    max-width: 18%;
    padding: 15px;
    margin-right: 10px;
    background: #ffffff;
    border-radius: 10px;
}

@media(max-width: 768px) {
    .explain .col-sm-2 {
        width: 90% !important;
        flex: 0 0 90%;
        max-width: 90%;
        padding: 15px;
        margin-right: 0px;
        margin-bottom: 10px;
        background: #f7f7f7;
        border-radius: 10px;
        text-align: center !important;
    }
    .explain img {
        padding: 20px;
        width: 38% !important;
        display: block;
        margin: auto;
    }
}

@media(max-width:385px) {
    .here_logo img {
        width: 96%;
        margin: auto;
        display: block;
        height: auto;
        vertical-align: middle;
        margin: 2%;
    }
    .custom-navbar {
        display: none;
    }
    .here_logo {
        background: none;
    }
}

.explain h5 {
    font-size: 18px;
    font-weight: 700;
}

.step {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.explain img {
    padding: 20px;
    width: 70%;
    display: block;
    margin: auto;
}