/* forms */
.form-cntrl{
    border-radius: 25px;
}
.login-label{
    margin-left: 10px;
}
.borad{
    border-radius: 10px;
}
.rad1{
    border-radius: 25px 25px 0 0;
}
.rad2{
    border-radius: 10px 10px 0 0;
}
.borders{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1;
    box-shadow: none;
    border-radius: 0;
}
/* forms end */
.mt_1{
    margin-top: 0px;
}
/* shadow */
.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* shadow end */

/* text-start */
.text-grey{
    color: #b4b4b4;
}
.text-teal{
    color: #005348;
}
.teal{
    color: #00ee97;
}
.light-red{
    color: #ffc1da;
}
.orange-1{
    color: #ffc582;
}
.text-red{
    color: #ff0066 !important;
}
.text-orange{
    color: #ff3f00 !important;
}
.orange{
    color: #ff6600;
}
/* text-end */

/* buttons */
.btn-dark:hover{
    color: white;
}
.btn-red{
    background: #ff0066;
    color: #ffffff;
    padding: 7px;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-family: 'poppins';
    font-weight: 500;   
}
.btn-red:hover{
    box-shadow: 3px 3px 2px #00000050;
    transform: translate(00.1em);
}
.btn-orange{
    background: #ff6700;
    color: #ffffff;
    padding: 7px;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-family: 'poppins';
    font-weight: 500;  
}
.btn-orange:hover{
    box-shadow: 1px 1px 2px #00000050;
    background: #ff0066;
    color: aliceblue !important;
}
.btn-teal{
    background: #00ee97;
    color: #ffffff;
    padding: 7px;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-family: 'poppins';
    font-weight: 500;  
}
.btn-btn{
    text-transform: uppercase;
    padding: 10px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: 'poppins';
    font-weight: 500;

}
.btn-teal:hover{
    box-shadow: 1px 1px 2px #00000050;
    background: #14a575;
    color: white !important;
}
/* button end */

/* background */
.bg-teal{
    background: #00ee97;
}
.bg-teal-1{
    background: #00ee9760;
}
.bg-red{
    background: #ff0066;
    color: white !important;
}
.bg-orange{
    background: #ff6600;
    color: white !important;
}
.bg-light{
    background: #f0f0f0 !important;
    color: #ff3f00 ;
}
/* background X */

 /* fonts */
.poppins-reg{
    font-family: 'poppins';
    font-weight: 400 !important;
}
.poppins-norm{
    font-family: 'poppins';
    font-weight: 500 !important;
}
.poppins{
    font-family: 'poppins';
    font-weight: 600 !important;
}
.poppins-fam{
    font-family: 'poppins' !important;
}
/* end of fonts */

/* fontSize */
.fn-1{
    font-size: 15px;
}
.fn-1-5{
    font-size: 20px;
}
.fn-2{
    font-size: 25px;
}
/* fontEnd */

/* image size */
.img-set{
    width: 100px;
    color: #14a575;
}
.img-icon{
    width: 24px;
    color: #ff0066;
}
/* image end */

.widget-list li a{
    color: #757575 !important;
}

.icon-box-side .icon-box-title{
    margin-bottom:.2rem;
    font-weight: 600;
    font-size: 16px;
}
.icon-box-side p{font-size:1.6rem;letter-spacing:-.01em}
.icon-box-side .icon-box-icon{
    font-size:3rem;
    padding: 3px;
    margin-right: 3px;
}

.icon-box{
    display: flex;
    padding: 3px;
    align-items: center;
    margin-bottom: 10px;
}
.block{
    display: block;
}
del {
    color: #9d9d9d;
  }
/* carousel slide */
.c-item {
    height: 500px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
      
}
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

