@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.header-breadcrumb {
    padding: 10px 0;
    min-height: 100%;
    background-color: #02185a;
    position: relative!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100%;
    width: 100%;
}

.header-breadcrumb:after {
    background: rgba(50, 50, 50, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}

.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 27px;
}

.header-breadcrumb .breadcrumb,
.header-breadcrumb-two .breadcrumb {
    text-align: left;
    padding: 0;
    background: 0 0;
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.header-breadcrumb .breadcrumb li,
.header-breadcrumb-two .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #eee;
    text-transform: capitalize;
    transition: .4s;
    letter-spacing: .2px;
    font-family: Roboto, sans-serif;
}

.breadcrumb li a {
    font-weight: 500;
}

.sidebar-item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-side-bar {
    max-width: 340px;
    height: 100%;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.top-100 {
    transition: .5s;
    padding-top: 0px;
}

.widget {
    margin-bottom: 20px;
}

.body-widget {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #c30c17;
}

.title-widget h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #02185a;
    margin-bottom: 20px;
}

.links-services {
    padding-left: 0;
    margin-bottom: 0;
    border-top: none;
}

.links-services li {
    border-bottom: 1px solid #f5f3f3;
    margin-right: 0;
    margin-left: 0;
}

.links-services li a {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #000;
    padding-top: 15px;
    transition: all .4s;
}

.links-services li a i {
    margin-right: 10px;
}

.links-services li:last-child {
    border-bottom: none;
}

.links-services li a:hover,
.links-services li.active a {
    color: #c30c17;
    padding-left: 10px;
}

.single-services,
.services-page {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.btn-read-more {
    position: relative;
    -webkite-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 2px;
    color: #02185a;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 12px;
}

.btn-read-more .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-read-more:after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

.btn-read-more:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #c30c17;
    z-index: 1;
    -webkite-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-read-more i {
    font-size: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0;
    right: -2px;
}

.btn-read-more:hover .text-btn {
    position: relative;
    left: 4px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    -webkite-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-read-more:hover i {
    opacity: 0;
}

.btn-read-more:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-info {
    background: #fff;
    padding: 20px;
    z-index: 1;
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #c30c17;
}

.blog-info:hover {
    box-shadow: 0px 0px 5px #d8d6d6;
}

.blog-info .date {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.date {
    padding-left: 0;
}

.date li {
    display: inline-block;
    margin-right: 10px;
}

.blog-info .title-post h5 {
    display: block;
    color: #c30c17;
    font-size: 16px;
    width: 80%;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 8px;
    text-transform: capitalize;
    margin-top: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blog-info .title-post h5 .price {
    float: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -20px;
    display: flex;
    align-items: center;
    height: 120px;
    bottom: 0;
    background: 0 0;
}

.blog-info .title-post p {
    margin-bottom: 0;
    color: #333;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
}

.blog-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-pagination {
    margin-bottom: 60px;
}

.blog-pagination .pagination li {
    margin-right: 10px;
}

.blog-pagination .pagination li a {
    background-color: transparent;
    color: #9b9b9b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    padding: 0.5rem 0.75rem;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    transition: .4s;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c30c17!important;
    border-color: #c30c17!important;
}

.blog-pagination .pagination li a.active,
.blog-pagination .pagination li a:hover {
    background: #c30c17!important;
    color: #fff;
}

.press-description h2 {
    color: #c40c17;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 28px;
    margin-top: 0;
}

.press-description ul {
    padding-left: 14px;
    list-style-type: disc;
}

.press-description ul li {
    list-style: disc !important;
    margin-bottom: 10px;
}

.press-description img {
    margin-bottom: 15px;
}

.date-main {
    color: #afacac;
    font-size: 13px;
    font-weight: 400;
}

.fa-calendar:before {
    content: "\f133";
}

textarea {
    height: 150px;
    padding-top: 20px;
}

select {
    height: 50px!important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f9f9f9;
    color: #02185a;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: none!important;
    width: 100%;
}

.main-btn-two {
    position: relative;
    min-width: 180px;
    padding: 0px;
    background: #fff;
    color: #02185a;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    -webkite-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: Poppins, sans-serif;
    border-radius: 50px;
    overflow: hidden
}

.main-btn-two .text-btn {
    float: left;
    min-width: 130px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    letter-spacing: .5px;
    overflow: hidden
}

.main-btn-two .text-btn .text-btn-one {
    display: block;
    margin-left: -100%;
    float: left;
    transition: .4s;
    text-align: center;
    min-width: 130px;
    height: 45px;
    padding: 0 15px;
    background: #c30c17;
    color: #fff
}

.main-btn-two .text-btn .text-btn-two {
    margin-left: 0;
    transition: .4s;
    min-width: 130px;
    height: 45px;
    text-align: center;
    display: block;
    padding: 0 15px;
    display: block;
    background: #fff;
    color: #02185a
}

.main-btn-two:hover .text-btn .text-btn-one {
    margin-left: 0
}

.main-btn-two:hover .text-btn .text-btn-two {
    margin-left: 100%
}

.main-btn-two .arrow-btn:after,
.main-btn-two .text-btn:after,
.main-btn-two:after {
    content: "";
    clear: both;
    display: block;
    width: 100%
}

.main-btn-two .text-btn:before {
    content: "";
    width: 2px;
    height: 45px;
    background: #ddd;
    right: 0;
    top: 0;
    position: absolute;
    opacity: .5
}

.main-btn-one:hover .text-btn:before {
    background: #e06026
}

.main-btn-two .arrow-btn {
    height: 45px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    background: #f9f9f9;
    line-height: 45px
}

.main-btn-two .arrow-btn .arrow-one {
    display: block;
    background: #c30c17;
    font-size: 13px;
    line-height: 45px;
    color: #fff;
    margin-left: -50px;
    float: left;
    transition: .4s;
    text-align: center;
    width: 50px;
    height: 45px;
    font-size: 15px
}

.main-btn-two .arrow-btn .arrow-two {
    background: #f9f9f9;
    font-size: 13px;
    line-height: 45px;
    margin-left: 0;
    transition: .4s;
    height: 45px;
    width: 50px;
    text-align: center;
    font-size: 15px;
    display: block
}

.main-btn-two:hover .arrow-btn .arrow-one {
    margin-left: 0
}

.main-btn-two:hover .arrow-btn .arrow-two {
    margin-left: 50px
}

.main-btn-two .text-btn .text-btn-one {
    background: #02185a;
    color: #fff
}

.main-btn-two .text-btn .text-btn-two {
    background: #c30c17;
    color: #fff
}

.main-btn-two .text-btn:before {
    background: #e4500d
}

.main-btn-two:hover .text-btn:before {
    background: #2e3e6c
}

.main-btn-two .arrow-btn {
    background: #c30c17;
    line-height: 45px
}

.text-btn:hover {
    cursor: pointer
}

.main-btn-two .arrow-btn .arrow-one {
    background: #011552;
    color: #fff
}

.main-btn-two .arrow-btn .arrow-two {
    background: #c30c17;
    color: #fff
}

.error404 {
    font-size: 80px;
    font-weight: 700;
}

.search-screen .input-search {
    max-width: 675px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 50px;
    display: block;
}

.search-screen .search-btn2 {
    background: #c30c17;
    border: none;
    cursor: pointer;
    outline: 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    width: 70px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fa-search:before {
    content: "\f002";
}

.send-request .title-widget h3 {
    font-size: 16px;
    font-weight: 600;
}

.send-request select {
    height: 32px!important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 0px 15px;
    background: #f9f9f9;
    color: #02185a;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: none!important;
    width: 100%;
}

.send-request input[type=email],
.send-request input[type=password],
.send-request input[type=search],
.send-request input[type=subject],
.send-requestinput[type=tel],
.send-request input[type=text],
.send-requestinput[type=url] {
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 0px 15px;
    background: #fff;
    color: #02185a;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none!important;
}

.send-request .body-widget {
    border-bottom: 1px solid #f1f1f1;
}

@media(max-width: 1170px) {}

@media (max-width: 992px) {
    .header-breadcrumb .page-title-heading {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: unset;
    }
    .clients .owl-nav button.owl-prev {
        transition: all .4s ease 0;
        left: -10px;
    }
    .clients .owl-nav button.owl-next {
        transition: all .4s ease 0;
        right: -10px;
    }
}

@media (max-width: 768px) {
    .header-breadcrumb .page-title-heading {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: unset;
    }
}

@media (max-width: 550px) {}