body {
    font-family: "DM Sans", sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b
}
h1, h2, h3, h4, h5, h6{
    color: #00435a;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.page-link:focus{
    box-shadow: none
}
p{
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1.7;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sub-h{
    color: #c41f43;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    margin-top: 7px;
    color: #2a2a2a;
    margin-bottom: 1rem;
}
.m-heading.btn-blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
    box-shadow: none;
}
.btn{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: uppercase;
    color:#fff;
    padding: .7rem 1rem .5rem;
    font-weight: 400;
    font-size: 15px;
}
.btn:hover{
    color: #f00;
}
.btn-red{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: capitalize;
    padding: 11px 35px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    background: #c41f43;
    border: 1px solid #c41f43
}
.btn-red:hover{
    background: #18425a;
    color: #ffffff;
    border: 1px solid #18425a;
}
.btn-blue{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    background-color: #c41f43;
    border: 1px solid #c41f43;
}
.btn-blue:hover {
    background-color: #18425a;
    color: #ffffff;
    border: 1px solid #18425a;
}
.tnp-submit{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    background-color: #c41f43 !important;
    border: 1px solid #c41f43 !important;
}
.tnp-submit:hover{
      background-color: #18425a !important;
    color: #ffffff;
    border: 1px solid #18425a !important;
}
.border-blue{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: capitalize;
    padding: 14px 35px;
    border-radius: 5px;
    color: #18425a;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #18425a
}
.border-blue:hover{
    background: #c41f43;
    color: #ffffff;
    border: 1px solid #c41f43;
}
.inner-header{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: #1e1e1e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-attachment: fixed;
}
.inner-header h1{
    color: #fff;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(297deg, rgb(13 28 39) 10%, rgb(218 0 54 / 87%) 100%);
    opacity: 1
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #fff;
    font-size: 17px
}
/* top bar */
.top-bar{
    background-color: #c41f43;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-bar p{
    color: #fff;
    margin-bottom: 0px
}
.top-bar .topbar-left{
    margin-bottom: 0px;
}
.top-bar .topbar-left li a{
    color: #fff;
    font-size: 14px;
}
.top-bar .topbar-left li i{
    display: inline-block;
    font-size: 13px;
    color: #2a2a2a;
    padding-right: 2px;
}
/* top logo bar */
.top-logo-bar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-logo{
    position: relative;
}
.top-logo img{
    width: 54px;
    position: absolute;
    top: -6px;
}
.top-logo .top-logo-con{
    padding-left: 61px;
    line-height: 1.3;
    color: #c41f43;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px
}
/* Navbar */
.logo{
    display: none
}
.navbar-light .navbar-toggler{
    background-color: #fff;
}
.navbar-light{
    background: #2a2a2a !important;
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light .navbar-nav .nav-item{
    margin-left: 25px;
}
.navbar-light .navbar-nav .nav-link{
    transition: .5s;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #c41f43
}
.navbar-nav .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
    background: #2a2a2a;
}
.navbar-light .navbar-nav .dropdown-item{
    font-size: 14px;
    padding: 7px 15px;
    transition: all .4s ease-in-out;
    color: #fff;
}
.navbar-light .navbar-nav .dropdown-item:focus, .navbar-light .navbar-nav .dropdown-item:hover {
    color: #fff;
    background: #c41f43
}
.hon-box{
    text-align: center;
}
.hon-box .hon-img{
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
}
.hon-box .hon-img img{
    width: 100%;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}
.hon-box h6{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 2px;
}
.hon-box p{
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.2;
}
.main{
    position: relative
}
.main img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.main .owl-nav{
    display: none !important;
}
.main .owl-dots{
    margin-top: -35px;
    position: relative;
}
.ab-img{
    position: relative
}
.img-ab1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 54%;
}
.img-ab2{
    position: absolute;
    z-index: 5;
    top: 24%;
    left: 5%;
    width: 54%;
}
.m-contact{
    padding-top: 50px;
    padding-bottom: 50px;
}

.ft-link {
    margin-bottom: 0px;
    color: #CC9E75
}

.ft-link a {
    color: #2a2a2a;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 14px
}
.con-box{
    text-align: center;
}
.con-box .con-icon{
    margin: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 14px;
    transition: transform .2s;
    border: 1px solid #c41f43;
    background: #c41f43;
}
.con-box i{

}
.con-box h6, .con-box a{
    color: #2a2a2a;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
.news-sec{
    background-color: #f7f7f7;
    margin-top: 50px
}
.list-news{
    margin-bottom: 0px;
    height: 390px !important
}
.list-news li a{
    display: block;
    border-bottom: 1px dotted gray;
    position: relative;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
}
.list-news li a:first-child{
    border-top: 1px dotted gray;
}
.list-news li a:hover .news-date{
    background-color: #2a2a2a
}
.list-news li a:hover .news-con{
    color: #c41f43
}
.list-news .news-date{
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    background: #c41f43;
    font-size: 14px;
    height: 100%;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
        display: grid;
    align-items: center;
}
.list-news .news-con{
    padding-left: 70px;
    padding: 15px 10px 15px 90px;
}
.m-card .card-header{
    padding: 0.55rem 1.25rem;
    margin-bottom: 0;
    background-color: #2a2a2a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.m-card .card-header .card-title{
    margin-bottom: 0px;
    font-size: 21px;
    color: #fff;
}
.demo1.list-news .news-date{
    background-color: #00009b
}
.card-left .card-body{
        height: 424px;
    overflow: hidden;
}
.subs-box{
   border: 1px solid #4f4f4f;
   padding: 10px;
   border-radius: 5px;
}
.subs-box .btn-blue{
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 10px 5px;
}
/* footer */
.m-footer{
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #2a2a2a
}
.ft-widget{
    padding-left: 20px;
    padding-right: 20px
}
.ft-ad-m{
    color: #fff;
    margin-top: 20px;
    display: block !important;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.list-news.ft-list-news{
    height: auto !important
}
.list-news.ft-list-news .news-con{
    font-size: 13px;
    color: #fff;
    padding: 8px 4px 8px 90px;
}
.ft-cat{
    
}
.ft-cat li{
    
} 
.ft-cat li a{
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px
}
.ft-cat li a:hover{
    color:#c41f43
}
.ft-cat li a span{
    float: right;
    margin-right: 0px;
    right: 0;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 30px;
    margin-top: 50px;
}
.footer-bottom p span{
    color: #ec3323
}
/* main news */
.m-sidebar{
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 10px;
    border-radius: 4px;
}
.white-bg {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* blog page */
.blog-input .form-control{
    height: 41.6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.blog-input .m-btn{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.blog-pagination .pagination{
    display: inline-flex
}
.blog-pagination .pagination .page-link{
    color: #c23227;
}
.blog-pagination .pagination .page-item.active .page-link {
    background-color: #c23227;
    border-color: #c23227;
    color: #fff;
}
.blog-detail .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.blog-detail .breadcrumb{
    background-color: transparent;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.blog-detail .breadcrumb a{
    color: #6c757d !important;
} 
.blog-detail .breadcrumb-item.active {
    color: #000;
}
.blog-detail .blog-heading{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
    font-size: 30px;
}
.blog-detail-inline .list-inline{
    margin-bottom: 3rem;
    margin-top: 0px;
}
.blog-detail-inline .list-inline li a i{
    font-size: 16px;
    color: #c23227;
    vertical-align: baseline;
}
.blog-detail-inline .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-detail-inline .list-inline li a:hover{
    color: #c23227;
}
.blog-detail .main-img{
    margin-bottom: 2rem
}
.blog-detail p{
    margin-bottom: 1rem;
}
.tags a{
    background-color: #c23227;
    padding: 3px 10px;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.tags a:hover{
    background-color: #2a2a2a;
    color: #fff;
}
.side-categories a{
    display: block;
    margin-top: 10px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    color: #2a2a2a;
    padding-bottom: 10px;
    padding-left: 10px;
}
.side-categories a:hover{
    color: #c23227
}
.side-widget h4{
    margin-bottom: 1.5rem;
}
.side-widget .list-news{
    height: auto !important;
        margin-bottom: 20px
}
.side-widget .list-news .news-con {
    padding: 10px 10px 10px 90px;
}
.b-box-red {
    position: relative;
    margin-bottom: 35px;
}
.b-box-red:after {
    content: '';
    position: absolute;
    top: 55%;
    z-index: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #2a2a2a;
}

.b-box-red .b-title {
    font-size: 15px;
    font-weight: bold;
    padding: 9px;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 4px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    z-index: 2;
    position: relative;
    background: #2a2a2a;
}
/* contact page */
.contact-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    text-align: center;
}

.contact-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-box:hover .icon {
    color: #ffffff;
    background: #c41f43;
}

.contact-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #c41f43;
    line-height: 50px;
    border: 1px dashed #c41f43;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}

.contact-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
}

.contact-box .content p {
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-box .content p a {
    color: #1e1e1e;
    text-decoration: none;
}

.contact-box .content p a:hover {
    color: #c41f43;
}

#map {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.contact-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-text p {
    margin-top: 20px;
}

.contact-text .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 20px;
}

#contactForm .list-unstyled li {
    color: red;
}
.contact-area .form-group {
    margin-bottom: 15px;
}

.contact-area .form-control {
    height: 45px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ababab;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* background: #f3f5fe; */
}

.contact-area .form-control::-webkit-input-placeholder {
    color: #6e6e6e !important;
}

.contact-area .form-control:-ms-input-placeholder {
    color: #6e6e6e !important;
}

.contact-area .form-control::-ms-input-placeholder {
    color: #6e6e6e !important;
}

.contact-area .form-control::placeholder {
    color: #6e6e6e !important;
}

.contact-area .form-control:focus {
    color: #6e6e6e;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #c41f43;
}
.contact-area textarea.form-control{
    height: 136px
}
/* ============ MEDIA QUERIES ========== */
@media (max-width: 992.2px){
    .logo{
      
    }
    .top-logo img{
        width: 40px;
    }
    .top-logo .top-logo-con {
    padding-left: 48px;
    font-size: 12px;
}
.top-logo{
    margin-bottom: 20px;
}
    .top-logo-col{
       
    }
    .main img{
        height: 300px
    }
    .m-card{
        margin-bottom: 20px
    }
    .ft-widget{
        margin-top: 30px
    }
}
@media (max-width: 768.2px){
    .main img{
        height: 250px
    }
    .hon-box .hon-img{
        width: 40px;
        height: 40px;
    }
     .hon-box .hon-img img{
        height: 40px;
    }
    .hon-box h6{
        font-size: 10px
    }
    .hon-box p{
        font-size: 9px
    }
    .con-box{
        margin-bottom: 30px
    }
}
@media (max-width: 600px){
     .hon-box .hon-img{
        width: 32px;
        height: 32px;
    }
     .hon-box .hon-img img{
        height: 32px;
    }
    .hon-box h6{
        font-size: 8px
    }
    .hon-box p{
        font-size: 6px
    }
}
