body,html{

    overflow-x: hidden;
    font-family: "Red Hat Display";
    direction: ltr;
    text-align: left;
    min-height: 700px;
    position: relative;
    scroll-behavior: smooth;
}
a{
    text-decoration:none !important;
}
.text-pri{
    color: #ed1d26;
}
.text-sec{
    color: #313131;
}
.bg-pri{
    background: #ed1d26;
}
.bg-pri-outline{
    background: white;
    border :thin solid #ed1d26
}
.bg-pri2{
    background: #ca161f;
}
.bg-sec{
    background: #313131;
}
.bg-white{
    background: white;
}
.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}

.radius-5{
    border-radius: 5px;
}

.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}


.container-fluid{
    margin: 0;
    padding: 0;
}
.fixed-bg{
    height: 300px;
    background-size: contain;
}
.bg-cover{
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}
header{
    position: relative;
}
header .caption{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50%;
}
.overlay{
    background-image: linear-gradient(to top ,rgb(37, 27, 58),rgba(37, 27, 58, 0.644)  ,rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;right: 0;width: 100%;height: 100%;
}
header .caption h1{
    color: white;
    font-weight: bolder;font-size: xx-large;
}
header .caption h2{
    color: white;
    font-weight: bold;font-size: large;
    line-height: 30px !important
}
.nav-item{
    margin: .2rem;
}
.nav-item .nav-link{
    color:white !important;
    background: #ed1d26;
    transition: all ease-in-out .2s;
}
.nav-item .nav-link:hover{
    color:#ed1d26 !important;
    background: white;
    padding-right: 1rem;
    padding-left: 1rem;
}
.solution-item:hover{
    background: #ed1d26 !important
}

.solution-item{
    text-align: center;
    background: rgb(245, 245, 245);
    border-radius: 10px;
    padding: 1rem;
    min-height: 300px;
    transition: all ease-in-out .2s;
}

.solution-item img{
    height: 150px;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;

}
.solution-item:hover>h5{
    color: white;
}
.solution-item:hover>p{
    color: white;
}
.solution-item h5{
    color: #ed1d26;
    font-weight: bold;
}
.solution-item p{
    color:grey;
    font-size: small;
}

.num{
    padding: 1rem;
    background: #ca161f;
}
.num h5{font-size: 3rem;}

.counter{
    font-family: "Red Hat Display";
    font-weight: bolder !important;
}
.swiper {
    width: 100%;
    height: 200px;
}
.swiper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: auto;
    max-width: 150px;
    height: 100px;
    object-fit: contain;
}

.blog-swiper{
    height: 400px;
}
.card {
    border-radius: 10px;
    border: #ca161f thin solid;
    height: 375px;
    overflow-y: hidden;
    text-align: left;
}
.card-img-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    filter: bleftness(80%);
    transition: all ease-in-out .3s;
    object-fit: cover;
    width: 100%;
    max-width: none !important
}
.card-img-top:hover {
    filter: none;
    transition: all ease-in-out .3s;
}
.blog-item{
    text-decoration:none !important;
    position:relative;
}
.blog-item h5,p{
    text-decoration:none !important;
}
.blog-item::after{
    content:"";
    position:absolute;
    bottom:0;right:0;
    height:50px;
    width:100%;
    background:linear-gradient(to top,white,rgba(255, 255, 255, 0.158))
}
.blog-item img {
    height: 200px !important;
    width: auto;
    object-fit: cover;
    object-position: right;
}
.card-title{
    font-weight: bold;
    color: #ca161f;
}
.card-body{
    color: #313131;
    font-size: small;
}

footer ul{
    color: white;
    list-style-type: none;
}
footer ul p{
    font-weight: bolder;
    margin-bottom: 1rem;
}
footer ul li {
    transition: all ease .2s;
    margin-bottom: 10px;

}
footer ul li a {
    color: white !important;
    list-style-type: none;
    text-decoration: none;
}
footer ul li:hover{
    margin-left: 1rem;
    color: white !important;
    text-decoration: none;
}
footer .social-icons{
    display: flex;
    flex-direction: row;
}
footer .social-icons a{
    color: white;
    margin: .2rem;
}
footer .social-icons a .fa{
    font-size: 1.5rem;
}

.nav-dropdown-menu{
    text-align: left;
    width: 800px;
    position: fixed;
    top: 30px;
    left:0
}
.dropdown-menu{
    text-align: left;
    position: fixed;
    left:0
}
.header-bg{
    height:500px;background-size:cover;background-attachment:fixed;background-position: center;
}
.medium{
    font-size: medium !important;
}
.large{
    font-size: large !important;
}
@media screen and (max-width:480px){
    .header-bg{
        background-position-x: -100px;
    }
}
.text-align-default
{
text-align: left;
}
