.navbar-nav .nav-link {
  font-weight: 600;
}

.timeline-section {
    background-image: url(../images/blog-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.section-padding {
    padding-top: 61px;
    padding-bottom: 61px;
}

.hero-sub {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-bottom: 24px;
}

.hero-section {
    padding-top: 105px;
    padding-bottom: 105px;
}

.featured-section {
    padding-bottom: 77px;
}

.hero-block {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    min-height: auto;
}

.hero-block:hover {
    transform: unset;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.section-overlay {
    background-image: linear-gradient(343deg, #ffffff 0%, #80d0c7 100%);
}

.image-scroll {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 12px;
}

.image-scroll img {
  width: 100%;
  transition: transform .3s linear;
}

.image-scroll:hover img {
  transition: transform 3s linear;
}

.nav-tabs .nav-link:first-child {
    margin-right: 10px;
    margin-left: 10px;
}

.nav-tabs {
    padding-right: 0px;
}


.top-right-badge {
    position: absolute;
    right: 20%;
    max-height: 150px;
    width: auto;
    max-width: 100%;
}

.hero-text {
    margin-top: 36px;
    margin-bottom: 0px;
}


.faq-section .accordion-button, .faq-section .accordion-item:first-of-type .accordion-button, .faq-section .accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-right-radius: var(--border-radius-small);
    border-top-left-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small);
}

.faq-section .accordion-item {
    border: 0;
    border-radius: var(--border-radius-small);
    margin-bottom: 12px;
}

.shadow-sm {
    box-shadow: 0rem 0.3rem 3rem 0px rgba(0, 0, 0, 0.087) !important;
}


.site-footer-link {
    color: var(--primary-color);
}

.site-footer-link: hover {
    color: var(--secondary-color);
}

.custom-form .form-control, .contact-form .form-floating>textarea, .custom-form button[type="submit"], .custom-block {
    border-radius: var(--border-radius-small);
}

.navbar {
    z-index: 11;
}

.navbar-toggler {
    margin-right: 12px;
}

.timeline-container .vertical-scrollable-timeline li p {
    line-height: 20px;
    margin-top: 33px;
}

.timeline-container .vertical-scrollable-timeline li {
    padding: 20px 0px 3px 101px;
}

.copyright-text {
    position: relative;
    z-index: 1;
}

/*mini view*/
/*mini view*/
/*mini view*/
@media screen and (max-width: 480px) {
    .hero-logo {
        height: 200px;
        width: auto;
    }
    .hero-text {
        height: 30px;
        width: auto;
    }
    .top-right-badge {
        right: 5%;
        top: 0%;
        z-index: 10;
        max-height: 100px;
    }
    li.nav-item {
        text-align: center;
    }
    .custom-block-image-main {
        height:auto;
        width:100%
    }
    .timeline-container .vertical-scrollable-timeline li {
        padding: 20px 30px 3px 80px;
    }
    .section-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*mobile view*/
/*mobile view*/
/*mobile view*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .hero-logo {
        height: 200px;
        width: auto;
    }
    .hero-text {
        height: 50px;
        width: auto;
    }
    .top-right-badge {
        right: 3%;
        top: -1%;
        z-index: 1;
        max-height: 130px;
    }
    li.nav-item {
        text-align: center;
    }
    .custom-block-image-main {
        height:auto;
        width:100%
    }
    .timeline-container .vertical-scrollable-timeline li {
        padding: 20px 30px 3px 80px;
    }
    .section-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*tablet view*/
/*tablet view*/
/*tablet view*/
@media screen and (min-width: 769px) and (max-width: 991px) {
    .hero-logo {
        height: 300px;
        width: auto;
    }
    .hero-text {
        height: 50px;
        width: auto;
    }
    .top-right-badge {
        top: -1%;
        right: 3%;
        z-index: 1;
    }
    .custom-block-image-main {
        height:300px;
        width:auto;
    }
}

/*desktop view*/
/*desktop view*/
/*desktop view*/
@media screen and (min-width: 992px) {
    .hero-logo {
        height: 250px;
        width: auto;
    }
    .hero-text {
        height: 50px;
        width: auto;
    }
    .top-right-badge {
        top: -1%;
        right: 3%;
    }
    .custom-block-image-main {
        height:300px;
        width:auto;
    }
}
