.news-bar {
    background-color: var(--primary);
    padding: 8px;
    text-align: center;
    cursor: pointer
}

.news-bar .badge {
    background-color: var(--orange);
    color: #fff
}

.news-bar span {
    border-radius: 32px;
    background: #fff;
    display: flex;
    padding: 8px 24px;
    width: fit-content;
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.banner-section input,
.banner-section select {
    border: none;
    padding: 11px;
    background-color: transparent
}

.banner-section input::placeholder {
    color: var(--secondary) !important
}

.banner-section .star-blocks-1 {
    position: absolute;
    right: 50px
}

.banner-section .star-blocks-2 {
    position: absolute;
    left: 60px;
    bottom: 0
}

.banner-section .star-blocks-1,
.banner-section .star-blocks-2 {
    -webkit-animation: 2s infinite alternate mover;
    animation: 2s infinite alternate mover
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.banner-section .inputs-div {
    background-color: #f8f8f8;
    border-radius: 8px
}

.trusted-company-section {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin: 32px 0 0;
    border-bottom: .5px solid #80808059
}

.trusted-company-section h5,
.trusted-company-section .trustedcompanies {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 2px solid grey
}

.category-section {
    background-color: #f7f9ff;
    padding: 32px 0
}

.category-section .row {
    margin-top: 56px;
    margin-bottom: 56px
}

.category-section .categories {
    padding: 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    height: 100%
}

.category-section .categories:hover {
    box-shadow: 0 0 4px 0 var(--primary)
}

.category-section .categories:active {
    background: linear-gradient(0deg, #f0f9ff, #f0f9ff), #fff
}

.category-section .categories h5 {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 24px
}

.category-section .categories ul {
    padding-left: 18px
}

.category-section .categories ul li {
    color: var(--secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-top: 8px
}

.trusted-company-section .owl-carousel .owl-stage {
    animation: 20s linear infinite marquee
}

.trusted-company-section .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    display: block !important
}

.trusted-company-section .owl-stage {
    display: flex;
    align-items: center
}

.trusted-company-section .item img {
    width: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer
}

.research-line {
    position: absolute;
    top: 15px;
    left: -137px;
    width: 84%
}

.research-section .row .col-sm-12 span {
    position: relative;
    z-index: 9
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translate(-50%)
    }
}

@media (max-width:1024px) {
    .trusted-company-section .item img {
        width: 58px
    }

    .heading h1,
    .heading h2,
    .heading p {
        font-style: normal;
        line-height: normal
    }

    .trusted-company-section .row>div {
        width: 100%;
        text-align: center
    }

    .banner-section img,
    .home-contact-section img,
    .testimonials-section img {
        width: 100%
    }

    .flex-wrap-md,
    .trusted-company-section .flex-items {
        flex-wrap: wrap
    }

    .banner-section .star-blocks-1,
    .banner-section .star-blocks-2,
    .navbar-nav,
    .research-line,
    .right-part {
        display: none
    }

    .heading p {
        font-size: 12px;
        font-weight: 500
    }

    .heading h1,
    .heading h2 {
        font-size: 24px;
        font-weight: 600
    }

    .trusted-company-section h5,
    .trusted-company-section .trustedcompanies {
        border-right: 0px;
        font-size: 22px
    }
}

@media screen and (min-width:1200px) and (max-width:1360px) {
    .category-section .categories h5 {
        font-size: 16px
    }

    .research-line {
        position: absolute;
        top: 15px;
        left: -113px;
        width: 80%
    }

    .trusted-company-section h5,
    .trusted-company-section .trustedcompanies {
        font-size: 14px
    }
}

@media only screen and (max-width:1152px) and (max-height:864px) {
    .home-contact-section img {
        width: 100%
    }

    .research-line {
        left: -107px
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .banner-section .flex-items {
        flex-wrap: wrap
    }

    .banner-section .inputs-div {
        flex-wrap: nowrap
    }

    .banner-section img {
        width: 100%
    }

    .banner-section .star-blocks-1,
    .banner-section .star-blocks-2 {
        width: auto
    }
}

@media (max-width:768px) {
    .experience-section {
        background-position: right
    }

    .banner-section .star-blocks-1,
    .banner-section .star-blocks-2,
    .home-main-img,
    .inputs-div span,
    .navbar-nav,
    .news-bar,
    .research-section img,
    .right-part {
        display: none
    }

    #search-category-form {
        position: relative
    }

    form#search-category-form::after {
        content: "";
        position: absolute;
        height: 1.8px;
        background: #d1d0d0;
        left: 15px;
        right: 15px;
        top: 27%
    }

    .banner-section .row img,
    .home-contact-section img,
    .testimonials-section img {
        width: 100%
    }

    .banner-section .btn {
        margin-bottom: 40px;
        width: auto
    }

    .flex-items,
    .home-contact-section .flex-items {
        flex-wrap: wrap
    }

    .cat-head {
        flex-wrap: nowrap !important
    }

    .trusted-company-section h5,
    .trusted-company-section .trustedcompanies {
        border-right: 0
    }

    h1,
    h2 {
        font-size: 22px;
        line-height: 33px
    }

    p {
        font-size: 13px;
        line-height: 20px
    }

    .btn.btn-primary {
        padding: 14px 20px
    }

    .home-contact-section .btn.btn-secondary {
        padding: 9px 29px
    }

    .navbar {
        padding: 11px 13px
    }

    .category-section .categories h5 {
        font-size: 18px
    }
}

.blog-image {
    object-fit: cover;
    height: 260px
}

.browse-cats {
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden
}

.browse-cats [class*=col-] {
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.categories .cat-head i {
    font-size: 40px;
    color: var(--primary)
}

@media (max-width:767px) {
    .home-contact-section {
        padding-left: 0;
        padding-right: 0
    }

    #search-category-form .twitter-typeahead {
        width: 100%
    }

    .experience-section {
        background-position: center
    }

    .trusted-company-section {
        display: none
    }
}

.testimonials-section .slider-section .user-info h4 {
    font-size: 22px
}

.testimonials-section .slider-section .user-info p {
    font-size: 14px
}

.btn-grow {
    webkit-animation: heartbeat 0.5s ease-in-out infinite both;
    animation: .5s ease-in-out infinite both heartbeat;
    font-weight: bolder !important
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes grow {
    0% {
        background-color: #fff;
        color: #000;
        font-weight: 700
    }

    100% {
        background-color: var(--orange);
        color: #fff;
        font-weight: 700
    }
}