.slide-index {
    margin-top: -7%;

}

.carousel-caption {
    bottom: 200px;
}

.slide-index h2 {
    max-width: 350px;
    font-size: 35px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1.5;
    
}

.slide-index .carousel-caption a {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 10px;
}

.mrnega {
    margin-bottom: -100px;
}

.navasanbox {
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 8px #31445a;
    border-radius:10px;
  
    
}

.navasanbox .yellow {
    
    background: rgba(228, 77, 61, 0.90);
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-size:25px;
    backdrop-filter: blur(7.6px);
    -webkit-backdrop-filter: blur(7.6px);
}

.navasanbox i::before {
    margin-left: 10px;
    float: left;
    position: relative;
    top: 8px;
    
}

.slider-navasan{

background: rgba(255, 255, 255, 0.51);
border-radius: 10px 0 0 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.6px);
-webkit-backdrop-filter: blur(7.6px);
border: 1px solid rgba(255, 255, 255, 0.22);
}

.navasanbox .bi-caret-down-fill:before {
    color: red;
}

.navasanbox .bi-caret-up-fill:before {
    color: green;
}

.navasanbox .bi-stop-fill:before {
    color: gray;
}
.navasanbox .radius {
    border-radius: 10px 0 0 10px;
}


/*  product  */
.product {
    background-color: #ebeef3;
    padding: 10px;
}

.title {
    font-weight: bold;
    color: black;
    font-size: 25px;
}

hr.subtitle {
    max-width: 60px;
    border-top: 5px solid #feb127;
}

.box-product {
    background-color: #fff;
    padding: 25px 10px;
    box-shadow: 0px 0px 6px #818181;
    border-radius: 15px;
}


.box-product h2 {
    color: #fff;
    transition: 0.4s;
    font-size: 30px;
    
    margin-left: 30px;
    position: absolute;
    top: 20px;
    left: 10px;
}

.box-product h2 span {
    font-weight: 300;
}
.box-product img{
    width: 60%;
}
.box-product:hover .t_img .arrow {
    background-color: #000;
   
}

.box-product .t_img .arrow {
    background-color: #feb127;
    bottom: 10px;
    position: absolute;
    padding: 8px 14px 2px;
    transition: 0.5s;
    right: 88%;
}

.box-product .t_img .arrow i {
    color: #fff;
    font-size: 25px;
    -webkit-text-stroke: 1px;
}

.card-img-overlay {
    padding: 1.5em 2.5rem;
}

.box-product {
    display: inline-block;
    padding: 3em 2em;
    text-align: center;
    color: white;
    background: linear-gradient(to left, #fff 60%, #31435b 40%) right;
    background-size: 100%;
    transition: .5s ease-out;
    width: 100%;
    position: relative;
}

.box-product:hover {
    background-position: right;
    background-size: 300%;
}

.box-product:hover h2 {
    color: #000;
}

.product .slick-list {
    margin: 0 -15px;
}

.product .slick-slide {
    margin: 0 15px;
}

.product .previous-blog {
    background-color: #31445a;
    color: #fff;
    top: -80px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 2;
    left: 40px;
    border: 0;
    transition: 0.4s;
}

.product .next-blog {
    background-color: #31445a;
    color: #fff;
    top: -80px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 2;
    left: 0px;
    border: 0;
    transition: 0.4s;
}
.product .slick-arrow i{
    -webkit-text-stroke: 1px;
}
.product .next-blog:hover,
.product .previous-blog:hover {
    background-color: #e44d3d;
    color: #fff;
}


/* four box  */

.four-boxes.row1 {
    height: auto;
    background-color: #fff;
    color:#000;
    width:95%;
    margin: 0 auto;
    border-radius:20px 20px 0 0 ;

}

.four-boxes.row2 {
    height: auto;
    background-color: #ebeef3;
    width: 100%;
}

.img-fluid {
    width: 80%;
    height: auto;
    margin-bottom: -10px;
}

.four-boxes .left {
    padding-right: 9rem !important;
    /* Or other value */
}

.four-boxes .right {
    padding-left: 9rem !important;
    /* Or other value */
}

.row1 .pitchText {
    color: #fff;
    padding-left: 50px;
}

.row2 .pitchText {
    color: #000;
    padding-right: 50px;
}

.pitchText h2 {
    font-size: 20px;
    
    margin-bottom: 20px;
}

.row1 .pitchText p {
    color: rgb(178 178 178);
}

.pitchText p {
    line-height: 2;
}

.pitchText a {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    margin-top: 30px;
}


/*  blog  */

.blog {
    width:95%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius:0 0 50px 50px;
}

.blog .main-blog {
    display: block;
    margin: 0 auto;
    
    
    
}

.blog .slider-nav {
    padding-top: 50px;
    position: relative;
}

.blog .box-blog {
    background-color: #fff;
    box-shadow: 0px 0px 12px #b4b4b4;
    border-radius: 5px;
    transition: 0.5s;
}


.blog .box-blog:hover {
    box-shadow: 0 -6px 0px -1px #e44d3d inset;
}

.blog .box-blog img {
    width: 100%;
}

.blog .box-blog .card-text {
    padding: 20px 30px;
}

.blog .box-blog h2 {
    transition: 0.4s;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    transition: 0.3s;
    font-weight: bold;
}

.blog .box-blog .more {
    margin-top: 15px;
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    transition: 0.3s;
}
.blog .box-blog:hover .more{
    color: #767676;
}
.blog .box-blog .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.blog .slick-slider {
    overflow: hidden;
}

.blog .slick-list {
    margin: 0 -15px;
}

.blog .slick-slide {
    margin: 0 15px;
}

.blog .previous-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    border: 0;
    transition: 0.4s;
}

.blog .next-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 1;
    right: 40px;
    border: 0;
    transition: 0.4s;
}

.blog .next-blog:hover,
.blog .previous-blog:hover {
    background-color: #e44d3d;
    color: #fff;
}

.blog .bi-chevron-right::before {
    font-size: 20px;
    position: relative;
    right: -4px;
    top: 3px;
    -webkit-text-stroke: 1px;
}

.blog .bi-chevron-left::before {
    font-size: 20px;
    position: relative;
    right: -2px;
    top: 2px;
    -webkit-text-stroke: 1px;
}