@import "spaces.css";
@import "form.css";
@import "pagination.css";

.navbar {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .nav li a:focus {
    color: #53A7CD;
    background-color: transparent;
    outline: none;
}

.navbar-header {
    z-index: 5;
}

.header-nav li {
    padding-top: 4px;
}

.contact-information__link {
    color: #53A7CD;
    text-decoration: underline;
}

.contact-information__link:hover {
    color: #93D7F6;
}

.social-media-links__list li {
    display: inline;
    list-style-type: none;
}

.social-media-links__list li a {
    padding: 0 8px;
}

.social-media-links__list li:first-child a {
    padding: 0 8px 0 0;
}

.social-media-links__list li a, .social-media-links__list li a:hover {
    background-color: transparent;
    text-decoration: none;
}

.social-media-links__list li a:hover svg {
    fill: #53A7CD;
}

.social-media-links__list li svg {
    fill: white;
}

.social-media-links__list li svg:hover {
    fill: #53A7CD;
}

footer .social-media-links__list li a svg {
    fill: #2B2E36;
}

.main-info {
    margin-top: 110px;
    height: calc(100vh - 110px);
    background: url("../img/pictures/web-banner.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.content-pages, .error-block {
    margin-top: 110px;
}

.content-pages__title-block {
    background: url("../img/pictures/banner.jpg") no-repeat;
    background-size: cover;
}

.input-group-btn .btn {
    background: #0A295F;
}

.input-group-btn .btn:hover, .input-group-btn .btn:focus {
    background: #1A376A;
    outline: none;
    color: #ffffff;
}

.input-group-lg .input-group-btn .btn {
    padding: 12px 16px;
}

.card {
    max-width: 370px;
    max-height: 300px;
    width: 100%;
    border-radius: 10px;
    background: url("../img/pictures/banner-small.jpg") no-repeat;
}

.result-card__container {
    width: 33%;
}

.result-card {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: url("../img/pictures/banner-small.jpg") no-repeat;
}

.card:hover, .result-card:hover {
    filter: brightness(120%);
}

.action-card:hover, .action-card:focus {
    color: transparent;
    text-decoration: none;
    outline: none;
}

.video-block__video {
    aspect-ratio: 16/9;
    width: 100%;
}

.about-page__heading-block {
    padding: 0 120px;
}

.recent-reviews {
    background: url("../img/pictures/banner.jpg") no-repeat;
    background-size: cover;
}

.contributors picture {
    height: 75px;
}

.contributors img {
    max-width: 100%;
    max-height: 100px;
}

.btn-secondary {
    background: #53A7CD;
    color: #FFFFFF;
}

.btn-secondary:hover, .btn-secondary:focus {
    outline: none !important;
    background: #258FBF;
    color: #FFFFFF;
    text-decoration: none;
}

.recent-reviews__link:focus, .recent-reviews__link:hover {
    color: #E1E1E1;
}

.reviews__industry-select-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 5px 20px;
}

.testimonials-layout .modal_com_testim {
    margin: 0;
    background: #0A295F;
    border: none;
}

.testimonial .author-data {
    font-size: 14px !important;
}

.testimonial_tags a {
    padding: 6px 20px !important;
}

.footer-nav li a {
    padding: 5px 0;
}

.footer-nav li a:hover {
    color: #2B2E36;
    text-decoration: underline;
    background: transparent;
}

.error-code {
    font-size: 140px;
}

.bg-blue {
    background: #113675;
}

.bg-blue-darken {
    background: #0A295F;
}

.bg-violet {
    background: #E3E5EF;
}

.text-white {
    color: white;
}

.text-grey {
    color: #626262 !important;
}

h4, .h4 {
    line-height: 42px;
}

h5, .h5, h6, .h6 {
    line-height: 25px;
}

.text-semi-bold {
    font-weight: 600;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: right;
}

.justify-space-between {
    justify-content: space-between;
}

.d-column {
    flex-direction: column;
}

a, .link {
    transition: all 0.2s ease-in-out;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 992px) {
    .result-card__container {
        width: 50%;
    }
    .about-page__heading-block {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .h1 {
        font-size: 36px;
    }

    .list-header {
        float: left !important;
    }

    .main-info {
        margin-top: 82px;
        height: calc(100vh - 82px);
    }

    .search-block .input-group {
        width: 100%;
    }

    .search-block .input-group .input-group-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    .search-block .input-group-btn .search-button {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .result-card__container {
        width: 100%;
    }

    .content-pages, .error-block {
        margin-top: 82px;
    }

    .input-group-lg .form-control {
        font-size: 14px;
    }

    .input-group-lg > .input-group-btn > .btn {
        font-size: 14px;
        padding: 10px;
    }

    .navbar-default .navbar-nav > li {
        text-align: center;
    }
}