body {
    color: #444;
    font-weight: 400;
    background: #fff;
    font-family: Barlow, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202c45
}

a {
    color: #202c45;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    color: #e81c2e;
    outline: 0;
    text-decoration: none
}

.btn.btn-custom {
    padding: 10px 30px 12px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e81c2e;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #202c45;
    transition: ease-out .5s;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s
}

.btn.btn-custom:hover {
    color: #e81c2e;
    background: #202c45;
    box-shadow: inset 200px 0 0 0 #202c45
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-size: inherit;
    margin-left: 0
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #ddd;
    border-top: 5px solid #e81c2e;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: .5s;
    background: #e81c2e;
    border-radius: 44px;
    z-index: 9
}

.back-to-top i {
    color: #fff;
    padding-top: 10px
}

.back-to-top:hover {
    background: #202c45
}

.top-bar {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    background: #fff
}

.top-bar .logo {
    text-align: left;
    overflow: hidden
}

.top-bar .logo h1 {
    margin: -4px 0 0 0;
    color: #e81c2e;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: italic
}

.top-bar .logo h1 span {
    color: #202c45
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar .top-bar-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202c45;
    border-radius: 40px
}

.top-bar .top-bar-icon i {
    margin: 0;
    color: #fff;
    font-size: 16px
}

.top-bar .top-bar-text {
    padding-left: 15px
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600
}

.top-bar .top-bar-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

@media (max-width:991.98px) {
    .top-bar .logo {
        text-align: center
    }
}

.nav-bar {
    position: relative;
    background: #202c45
}

.nav-bar .navbar {
    padding: 20px 0;
    background: #202c45 !important;
    transition: .3s
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 1px
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e81c2e
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa
}

.nav-bar .btn.btn-custom {
    color: #202c45;
    background: #fff;
    box-shadow: inset 0 0 0 0 #e81c2e
}

.nav-bar .btn:hover {
    color: #fff;
    background: #e81c2e;
    box-shadow: inset 200px 0 0 0 #e81c2e
}

@media (min-width:992px) {
    .nav-bar .navbar-brand {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        padding: 5px 0
    }

    .nav-bar .dropdown-menu {
        box-shadow: none
    }

    .nav-bar .btn {
        display: none
    }
}

.carousel {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: #fff;
    margin-bottom: 45px
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: right;
    overflow: hidden
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel .carousel-text {
    position: absolute;
    max-width: 992px;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2
}

.carousel .carousel-text h3 {
    color: #e81c2e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0
}

.carousel .carousel-text h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize
}

.carousel .carousel-text p {
    max-width: 500px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px
}

.carousel .btn.btn-custom {
    padding: 20px 45px 22px 45px;
    color: #fff
}

.carousel .btn.btn-custom:hover {
    color: #e81c2e
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(50% - 25px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9
}

@media (max-width:991.98px) {
    .carousel .carousel-text h3 {
        margin-bottom: 5px
    }

    .carousel .carousel-text h1 {
        font-size: 60px
    }

    .carousel .carousel-text p {
        font-size: 16px
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media (max-width:767.98px) {
    .carousel .carousel-text h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 15px
    }

    .carousel .carousel-text h1 {
        font-size: 45px
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media (max-width:575.98px) {
    .carousel .carousel-text h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px
    }

    .carousel .carousel-text h1 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .carousel .carousel-text p {
        margin-bottom: 25px
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0
    }
}

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #202c45;
    border-top: 1px dotted #fff
}

.page-header h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fff
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #fff
}

.page-header a:hover {
    color: #e81c2e
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #fff
}

.page-header a:last-child::after {
    display: none
}

@media (max-width:991.98px) {
    .page-header {
        padding: 60px 0
    }

    .page-header h2 {
        font-size: 45px
    }

    .page-header a {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    .page-header {
        padding: 45px 0
    }

    .page-header h2 {
        font-size: 35px
    }

    .page-header a {
        font-size: 18px
    }
}

.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto
}

.section-header p {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e81c2e
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #e81c2e
}

.section-header.text-right p::after {
    left: 50%
}

.section-header h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize
}

@media (max-width:991.98px) {
    .section-header h2 {
        font-size: 45px
    }
}

@media (max-width:767.98px) {
    .section-header h2 {
        font-size: 40px
    }
}

@media (max-width:575.98px) {
    .section-header h2 {
        font-size: 35px
    }
}

.about {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px
}

.about .about-content {
    margin-bottom: 30px
}

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0
}

.service .service-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px
}

.service .service-item i {
    color: #202c45;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px
}

.service .service-item [class^=flaticon-]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#e81c2e, #202c45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.service .service-item p {
    margin: 0
}

.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.price .row {
    padding: 0 15px
}

.price .col-md-4 {
    padding: 0
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center
}

.price .price-header {
    padding: 45px 0 30px 0
}

.price .price-header h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.price .price-header h2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px
}

.price .price-header h2 span {
    font-size: 25px;
    line-height: 55px
}

.price .price-body {
    padding: 0 0 20px 0
}

.price .price-item .price-footer {
    padding-bottom: 45px
}

.price .price-item .price-footer .btn.btn-custom {
    color: #e81c2e;
    background: #202c45;
    box-shadow: inset 0 0 0 0 #e81c2e
}

.price .price-item .price-footer .btn.btn-custom:hover {
    color: #fff;
    background: #e81c2e;
    box-shadow: inset 200px 0 0 0 #e81c2e
}

.location {
    position: relative;
    width: 100%;
    padding: 45px 0
}

.location .location-item {
    display: flex;
    margin-bottom: 30px
}

.location .location-item i {
    padding-top: 3px;
    font-size: 30px;
    color: #e81c2e
}

.location .location-text {
    padding-left: 15px
}

.location .location-text h3 {
    font-size: 18px;
    font-weight: 700
}

.location .location-text p {
    margin-bottom: 5px
}

.location .location-form {
    padding: 45px 30px;
    background: #e81c2e;
    border-radius: 5px
}

.location .location-form h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px
}

.location .location-form .control-group {
    margin-bottom: 15px
}

.location .location-form .form-control {
    height: 45px;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: 0 0
}

.location .location-form textarea.form-control {
    height: 120px;
    padding: 15px
}

.location .location-form .form-control::placeholder {
    color: #fff;
    opacity: 1
}

.location .location-form .form-control:-ms-input-placeholder,
.location .location-form .form-control::-ms-input-placeholder {
    color: #fff
}

.location .location-form .btn.btn-custom {
    width: 100%;
    color: #e81c2e;
    background: #fff;
    box-shadow: inset 0 0 0 0 #202c45
}

.location .location-form .btn.btn-custom:hover {
    color: #fff;
    background: #e81c2e;
    box-shadow: inset 400px 0 0 0 #202c45
}

@media (min-width:576px) and (max-width:991.89px) {
    .location .location-form .btn.btn-custom:hover {
        box-shadow: inset 650px 0 0 0 #202c45
    }
}

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.team .team-item {
    position: relative;
    margin-bottom: 30px
}

.team .team-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.team .team-img img {
    width: 100%;
    transition: .3s
}

.team .team-item:hover img {
    transform: scale(1.1)
}

.team .team-text {
    position: relative;
    width: 100%;
    padding: 35px 30px 30px 30px;
    text-align: center;
    background: #202c45;
    border-radius: 0 0 5px 5px;
    transition: .5s
}

.team .team-item:hover .team-text {
    background: #e81c2e
}

.team .team-text h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.team .team-text p {
    margin: 0;
    color: #fff
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -20px;
    left: 0;
    text-align: center;
    font-size: 0
}

.team .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #202c45;
    border-radius: 40px;
    transition: .5s
}

.team .team-item:hover .team-social a {
    background: #e81c2e
}

.team .team-social a:hover {
    color: #202c45
}

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0
}

.blog .blog-item {
    margin-bottom: 45px
}

.blog .blog-img {
    position: relative;
    width: 100%
}

.blog .blog-img img {
    width: 100%;
    border-radius: 5px
}

.blog .blog-text {
    padding: 25px 0 20px 0
}

.blog .blog-text h3 {
    font-size: 22px;
    font-weight: 700
}

.blog .blog-text h3 a {
    color: #202c45
}

.blog .blog-text h3 a:hover {
    color: #e81c2e
}

.blog .blog-text p {
    margin: 0
}

.blog .blog-meta {
    display: flex
}

.blog .blog-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.blog .blog-meta p:first-child {
    padding-left: 0
}

.blog .blog-meta p:last-child {
    padding-right: 0;
    border: none
}

.blog .blog-meta i {
    color: #999;
    margin-right: 5px
}

.blog .blog-meta a {
    color: #999
}

.blog .blog-meta a:hover {
    color: #e81c2e
}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0
}

.contact .contact-info {
    width: 100%;
    margin-bottom: 45px;
    padding: 35px 30px 10px 30px;
    border-radius: 5px;
    background: #202c45
}

.contact .contact-info h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px
}

.contact .contact-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px
}

.contact .contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px
}

.contact .contact-info-icon i {
    margin: 0;
    color: #202c45;
    font-size: 16px
}

.contact .contact-info-text {
    padding-left: 20px
}

.contact .contact-info-text h3 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.contact .contact-info-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.contact .contact-form {
    position: relative;
    width: 100%;
    margin-bottom: 45px
}

.contact .contact-form input {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #202c45
}

.contact .contact-form textarea {
    height: 125px;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #202c45
}

.contact iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px
}

.single {
    position: relative;
    padding: 45px 0
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #202c45
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #fff
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e81c2e
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .footer-link a:hover {
    color: #e81c2e;
    letter-spacing: 1px
}

.footer .footer-contact p i {
    width: 25px
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex
}

.footer .footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202c45;
    background: #fff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s
}

.footer .footer-social a:last-child {
    margin: 0
}

.footer .footer-social a:hover {
    color: #fff;
    background: #e81c2e
}

.footer .footer-newsletter form {
    position: relative;
    width: 100%
}

.footer .footer-newsletter input {
    margin-bottom: 15px;
    height: 45px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 5px
}

.footer .footer-newsletter .btn.btn-custom {
    width: 100%;
    color: #202c45;
    background: #fff;
    box-shadow: inset 0 0 0 0 #e81c2e
}

.footer .footer-newsletter .btn:hover {
    color: #fff;
    background: #e81c2e;
    box-shadow: inset 200px 0 0 0 #e81c2e
}

.footer .copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 45px
}

.footer .copyright p {
    margin: 0;
    color: #fff
}

.footer .copyright p a {
    color: #e81c2e;
    font-weight: 700;
    letter-spacing: 1px
}

.footer .copyright p a:hover {
    color: #fff
}