@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0px,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }


.model-bag{
  background-color: rgb(216, 71, 170)!important;
}

.text-white{
    color: white;
}

.text-black{
    color: black;
}
.text-gray{
    color: gray;
}
.text-red{
    color: red!important;
}

.text-center{
    text-align: center;
}

/* slider start */
.testimonials{
    max-width: 300px;
    padding: 0 0px 0px;
    margin: 0 auto 8px auto;
    /* background: #0072E0; */
    border-radius: 8px 8px 0 0 ;
    background: #00376c;  
    background: -moz-linear-gradient(top,  #00376c 0%, #0072e0 100%);  
    background: -webkit-linear-gradient(top,  #00376c 0%,#0072e0 100%);  
    background: linear-gradient(to bottom,  #00376c 0%,#0072e0 100%);  
 

}
.single-item{
    /* background: #fff; */
    color: #fff;
    /* padding: 5px 2px 2px;
    margin: 15px 10px; */
    border-radius: 6px;
}
.slider-title{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid transparent;
    border-image-slice: 1;
    width:100%;
    padding: 3px 7px 7px;
    margin-bottom: 10px;
    font-size: 8px;
    font-style: italic;
    color: #c8c2c2;
}
/* .content{
    font-size: 14px;
    padding: 0 40px;
} */
/* .content p {
	text-align: justify;
} */
.slider-info{
    background: #4F4F4F;
    color: #fff;
    padding-left: 5px;
    padding-right: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 10px;
    border-top: 1px solid #176bbd;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    display: flex;     
    background: #0066c9; 
    background: -moz-linear-gradient(top,  #0066c9 0%, #00376c 100%); 
    background: -webkit-linear-gradient(top,  #0066c9 0%,#00376c 100%); 
    background: linear-gradient(to bottom,  #0066c9 0%,#00376c 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c9', endColorstr='#00376c',GradientType=0 ); 

}
.slider-readmore{
    color: #05D4F0;
    text-decoration: none;
    font-style: italic;
}
.slider-readmoredead{
    color: #d0ce28;
    text-decoration: none;
    font-style: italic;
}

.sliderFactoid{
    float: left; width: 80%;
}

.sliderFactIco{
    float: right; width: 20%;
}

.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon {
	/* background-color: #0072E0; */
    width: 1.5rem;
    height: 1rem;
}
.testimonials .carousel-control-next-icon{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.testimonials .carousel-control-prev-icon{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.testimonials .carousel-control-prev{
    left: -18px;
}
.testimonials .carousel-control-next{
    right: -18px;

}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev{
    opacity: 0.9;
    height: 28px;
    top: 30%;
}
.slider-btn-outer{
    display: flex;
    justify-content: center;
}

.w1000{
    max-width: 1000px!important;
}
.w700{
    max-width: 700px!important;
}
.cancel-icon {
position: absolute;
top: 5px;
right: 5px;
color: red; /* Adjust the color as needed */
cursor: pointer
}


.text-area-box {
    width: 100%;
    height: 70%;
    border: 1px solid gray;
    border-radius: 8px;
    margin-bottom: 5px;
}


.text-area-box>textarea {
    width: 100%;
    height: 24vh;
    outline: none;
    border: none;
    padding: 10px 10px;
}

.text-area-box>textarea::placeholder {
    color: black;
}

.swal2-popup .swal2-actions .swal2-confirm,
.swal2-popup .swal2-actions .swal2-cancel {
  border-radius: 8px; 
}


