
/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Cards */
.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border: none;
}

.card .card-body {
    padding: 2rem 2rem;
}

.card.card-hover {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.card.card-hover:hover {
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
    transform: translate3d(0, -3px, 0);
}

.card .card-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 20px;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Light.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Black.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

textarea.form-control {
    height: 190px;
}

.form-control {
    height: 52px;
    border: 1px solid #e6e7e8;
}

/* Typography */
body {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.3;
}

p {
    font-size: 15px;
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 12px;
}

.display-1 {
    font-size: 3.5rem;
}

@media (max-width: 991px) {
    .display-1 {
        font-size: 3rem;
    }
}

.display-2 {
    font-size: 2.5rem;
}

@media (max-width: 991px) {
    .display-2 {
        font-size: 2.5rem;
    }
}

.display-3 {
    font-size: 2rem;
}

@media (max-width: 991px) {
    .display-3 {
        font-size: 2rem;
    }
}

.display-4 {
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .display-4 {
        font-size: 1.5rem;
    }
}

.display-5 {
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .display-5 {
        font-size: 1rem;
    }
}

.font-weight-medium {
    font-weight: 500;
}

/* Pagination */
.pagination {
    padding-bottom: 100px;
    padding-top: 92px;
}

.pagination .page-item .page-link {
    border-color: #e6e7e8;
    color: #ababac;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 64px;
}

.pagination .page-item .active {
    color: #007bff;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link, .pagination .page-item:active .page-link {
    color: #007bff;
}

/* Buttons */
.btn {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    border-radius: 4px;
}

.btn.btn-sm, .btn-group-sm > .btn {
    font-size: 0.875rem;
    padding: 10px 24px;
    line-height: 0;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 1rem;
}

.btn.btn-lg:focus, .btn-group-lg > .btn:focus {
    outline: none;
}

.btn.btn-xs {
    padding: 14px 24px;
    font-size: 16px;
}

.btn.btn-secondary {
    color: #007bff;
}

.btn.btn-up {
    transition: 0.5s ease, transform 0.25s ease;
}

.btn.btn-up:hover {
    transform: translate3d(0, -3px, 0);
    background: #007bff;
    color: #ffffff;
}

.btn:focus {
    outline: none;
}

.btn-outline-primary {
    color: #032a63;
    border-color: #032a63;
}

.btn-outline-primary:hover {
    color: #032a63;
    background-color: transparent;
    border-color: #032a63;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 42, 99, 0);
}

.btn-outline-secondary {
    color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-outline-secondary:hover {
    color: #3a3a3a;
    background-color: transparent;
    border-color: #3a3a3a;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0);
}

.btn-outline-success {
    color: #3e8177;
    border-color: #3e8177;
}

.btn-outline-success:hover {
    color: #3e8177;
    background-color: transparent;
    border-color: #3e8177;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 129, 119, 0);
}

.btn-outline-info {
    color: #4d7cff;
    border-color: #4d7cff;
}

.btn-outline-info:hover {
    color: #4d7cff;
    background-color: transparent;
    border-color: #4d7cff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0);
}

.btn-outline-warning {
    color: #f5a623;
    border-color: #f5a623;
}

.btn-outline-warning:hover {
    color: #f5a623;
    background-color: transparent;
    border-color: #f5a623;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0);
}

.btn-outline-danger {
    color: #d1011c;
    border-color: #d1011c;
}

.btn-outline-danger:hover {
    color: #d1011c;
    background-color: transparent;
    border-color: #d1011c;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 1, 28, 0);
}

.btn-outline-light {
    color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-outline-light:hover {
    color: #f8f8f8;
    background-color: transparent;
    border-color: #f8f8f8;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0);
}

.btn-outline-dark {
    color: #000000;
    border-color: #000000;
}

.btn-outline-dark:hover {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.btn-primary {
    color: #fff;
    background-color: #032a63;
    border-color: #032a63;
}

.btn-primary:hover {
    color: #fff;
    background-color: #021a3e;
    border-color: #021532;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 74, 122, 0);
}

.btn-secondary {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #272727;
    border-color: #212121;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0);
}

.btn-success {
    color: #fff;
    background-color: #3e8177;
    border-color: #3e8177;
}

.btn-success:hover {
    color: #fff;
    background-color: #32675f;
    border-color: #2d5f57;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 148, 139, 0);
}

.btn-info {
    color: #fff;
    background-color: #4d7cff;
    border-color: #4d7cff;
}

.btn-info:hover {
    color: #fff;
    background-color: #2760ff;
    border-color: #1a56ff;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 144, 255, 0);
}

.btn-warning {
    color: #212529;
    background-color: #f5a623;
    border-color: #f5a623;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e7940b;
    border-color: #db8c0a;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 147, 36, 0);
}

.btn-danger {
    color: #fff;
    background-color: #d1011c;
    border-color: #d1011c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ab0117;
    border-color: #9e0115;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 39, 62, 0);
}

.btn-light {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0);
}

.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0);
}

/* Buttons */
.badge-outline-dark {
    font-size: 10px;
    line-height: normal;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 2px;
    color: #343a40;
    border: 1px solid #343a40;
    font-weight: 600;
}

/* Navbar */
header {
    background: #032a63;
}

header .navbar {
    font-weight: 500;
    padding: 0;
    display: block;
}

header .navbar .navbar-brand {
    margin: 0;
}

header .navbar .navbar-brand img {
    width: 192px;
}

@media (max-width: 999px) {
    header .navbar .navbar-brand img {
        width: 170px;
    }
}

@media (max-width: 1024px) {
    header .navbar .navbar-brand img {
        width: 130px;
    }
}

@media (max-width: 999px) {
    header .navbar .social-media {
        display: none;
    }
}

header .navbar-top {
    padding: 24px 0;
}

header .navbar-top .navbar-top-left-menu,
header .navbar-top .navbar-top-right-menu {
    padding-right: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

header .navbar-top .navbar-top-left-menu .nav-item,
header .navbar-top .navbar-top-right-menu .nav-item {
    display: flex;
    align-items: center;
}

header .navbar-top .navbar-top-left-menu .nav-item .nav-link,
header .navbar-top .navbar-top-right-menu .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    position: relative;
    padding: 3px 12px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

header .navbar-top .navbar-top-left-menu .nav-item .nav-link:hover,
header .navbar-top .navbar-top-right-menu .nav-item .nav-link:hover {
    color: #4d7cff;
}

header .navbar-top .navbar-top-left-menu .nav-item .nav-link:after,
header .navbar-top .navbar-top-right-menu .nav-item .nav-link:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.29);
    position: absolute;
    left: 0;
}

header .navbar-top .navbar-top-left-menu .nav-item:last-child .nav-link:after,
header .navbar-top .navbar-top-right-menu .nav-item:last-child .nav-link:after {
    display: none;
}

header .navbar-top .navbar-top-left-menu .nav-item:first-child .nav-link,
header .navbar-top .navbar-top-right-menu .nav-item:first-child .nav-link {
    padding-right: 0;
}

header .navbar-top .navbar-top-right-menu .nav-item:first-child {
    margin-left: 40px;
}

header .navbar-top .navbar-top-right-menu .nav-item:first-child .nav-link {
    padding-right: 0;
}

header .navbar-top .navbar-top-right-menu .nav-item:first-child .nav-link:after {
    display: none;
}

header .navbar-top .navbar-top-right-menu .nav-item:last-child .nav-link {
    padding-left: 0;
}

@media (max-width: 999px) {
    header .navbar-top {
        display: none;
    }
}

header .navbar-bottom {
    padding-bottom: 24px;
}

@media (max-width: 999px) {
    header .navbar-bottom {
        padding-top: 24px;
    }
}

@media (max-width: 999px) {
    header .navbar-bottom .navbar-nav {
        padding-top: 50px;
    }
}

header .navbar-bottom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    padding: 0 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

header .navbar-bottom .navbar-nav .nav-item .nav-link:hover {
    color: #4d7cff;
}

@media (max-width: 999px) {
    header .navbar-bottom .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }
}

@media (max-width: 1024px) {
    header .navbar-bottom .navbar-nav .nav-item .nav-link {
        padding: 0 12px;
    }
}

header .navbar-bottom .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
}

.social-media {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 22px;
}

.social-media li {
    padding: 0 4px;
}

.social-media li a {
    padding: 2px 4px;
    background: #000000;
    border-radius: 4px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.social-media li a:hover {
    background: #ffffff;
    color: #000000;
}

.social-media li a i {
    font-size: 14px;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    right: 0;
    background: #032a63;
    transition: top 3s;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 24px;
}

.navbar-close {
    display: none;
}

@media (max-width: 999px) {
    .navbar-nav .nav-item {
        padding-right: 0px;
    }

    .collapse {
        background: #032a63;
        z-index: 99;
    }

    .navbar-collapse {
        position: fixed;
        left: -100%;
        top: 0px;
        height: 100%;
        text-align: center;
        padding: 20px 10px;
        transition: all 0.7s ease-in-out;
        z-index: 101;
        width: 290px;
        overflow: auto;
    }
}

@media (max-width: 999px) and (max-width: 768px) {
    .navbar-collapse {
        width: 290px;
    }
}

@media (max-width: 999px) and (max-width: 567px) {
    .navbar-collapse {
        width: 290px;
    }
}

@media (max-width: 999px) {
    .navbar-collapse button {
        margin-bottom: 10px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .show {
        left: 0;
    }

    .navbar-close {
        background: transparent;
        border: none;
        position: fixed;
        left: 20px;
        top: 20px;
        display: none;
        font-size: 20px;
        color: #ffffff;
    }
}

.banner-top-thumb-wrap {
    padding: 22px 0;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 50px;
}

.banner-top-thumb {
    width: 82px;
    height: 42px;
    margin-left: 10px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.img-xs {
    width: 14px;
    height: 14px;
}

.img-lg {
    width: 138px;
}

.img-sm {
    width: 80px;
}

.img-rounded {
    border-radius: 100%;
}

.line-height-sm {
    line-height: 1.29;
}

.line-height-xs {
    line-height: 1;
}

.font-weight-600 {
    font-weight: 600;
}

.image-hover {
    overflow: hidden;
}

.image-hover img,
.image-hover .thumb-title {
    transition: transform 0.4s;
    /* Animation */
}

.image-hover:hover img {
    transform: scale(1.25);
}

.image-hover:hover .thumb-title {
    background: #032a63;
}

.flash-news-banner {
    background: #ffffff;
    padding: 20px 0px;
}

.flash-news-banner span {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}

.content-wrapper {
    background: #e6e7e8;
    padding: 60px 0;
}

.content-wrapper .banner-content {
    position: absolute;
    padding: 40px 60px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
}

@media (max-width: 999px) {
    .content-wrapper .banner-content {
        padding: 12px 12px;
    }

    .content-wrapper .banner-content h1 {
        font-size: 18px;
    }
}

.content-wrapper .border-bottom-blue {
    border-bottom: solid 1px #032a63;
}

.content-wrapper .vertical-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-wrapper .vertical-menu li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ababac;
    padding: 10.5px 0;
    display: block;
}

.content-wrapper .vertical-menu li a:hover, .content-wrapper .vertical-menu li a:focus, .content-wrapper .vertical-menu li a.active {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.content-wrapper .vertical-menu li:last-child a {
    padding-bottom: 0;
}

.content-wrapper .badge-positioned {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.content-wrapper .video-icon {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #343a40;
    font-size: 1rem;
    background: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.grid-margin {
    margin-bottom: 2rem;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.stretch-card .card {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.div-w-80 {
    width: 80px;
}

.post-comment-section {
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid #e6e7e8;
}

.post-comment-section .post-author {
    border: 1px solid #e6e7e8;
    margin-bottom: 50px;
}

.post-comment-section .post-author .post-author-content {
    padding: 25px 35px;
}

.post-comment-section .testimonial {
    border: 1px solid #e6e7e8;
    padding: 25px 35px;
    margin-bottom: 30px;
}

.post-comment-section .testimonial img {
    width: 46px;
    height: 46px;
}

.post-comment-section .comment-section .comment-box {
    background: #f8f8f8;
    padding: 25px 35px;
    margin-bottom: 24px;
}

.post-comment-section .comment-section .comment-box img {
    width: 46px;
    height: 46px;
}

.post-comment-section .comment-section .comment-box.from {
    margin-right: 60px;
}

.trending {
    margin-top: 80px;
}

.aboutus-wrapper {
    padding: 0 160px;
}

@media (max-width: 999px) {
    .aboutus-wrapper {
        padding: 0;
    }
}

.rotate-img {
    overflow: hidden;
}

.rotate-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

/*.rotate-img:hover img {*/
/*    -webkit-transform: rotate(15deg) scale(1.4);*/
/*    transform: rotate(15deg) scale(1.4);*/
/*}*/

footer {
    color: #ffffff;
}

footer .footer-top {
    background: #032a63;
    padding: 74px 0 48px 0;
}

footer .footer-top .social-media {
    padding-right: 0;
}

footer .footer-top .social-media li a {
    background: #ffffff;
    padding: 10px 6px 2px 6px;
    line-height: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
    footer .footer-top .social-media li a {
        padding: 4px 4px 2px 4px;
    }
}

footer .footer-top .social-media li a i {
    color: #032a63;
    font-size: 20px;
}

@media (max-width: 767px) {
    footer .footer-top .social-media li a i {
        font-size: 14px;
    }
}

footer .footer-top .social-media li a:hover {
    background: #000000;
}

footer .footer-top .social-media li a:hover i {
    color: #ffffff;
}

footer .footer-top .footer-border-bottom {
    border-bottom: 1px solid rgba(99, 99, 99, 0.2);
}

footer .footer-top .count {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #d1011c;
    font-size: 10px;
    text-align: center;
    padding-top: 1px;
}

footer .footer-bottom {
    padding: 24px 0 48px 0;
    background: #032a63;
}

.error-wrap {
    width: 394px;
    margin: 240px auto;
    text-align: center;
}

@media (max-width: 999px) {
    .error-wrap {
        margin: 80px 0;
    }
}

.error-title {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    margin-bottom: 75px;
}

@media (max-width: 999px) {
    .error-title {
        font-size: 40px;
    }
}

.search-container {
    border: 1px solid #e6e7e8;
    height: 45px;
    width: 410px;
    margin: auto;
    margin-top: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 999px) {
    .search-container {
        width: 100%;
    }
}

.search-container input[type="text"] {
    padding: 0;
    margin-top: 0;
    font-size: 17px;
    border: none;
    width: 380px;
    height: 40px;
}

.search-container input[type="text"]:focus {
    outline: 0;
}

.search-container button {
    font-size: 17px;
    border: none;
    cursor: pointer;
    background: transparent;
}

.search-container button:hover {
    background: transparent;
}

.search-container button:focus {
    outline: 0;
}

/*# sourceMappingURL=maps/style.css.map */
