.bg-theme-grade { 
    background-image: url(../images/bg-d.jpeg); 
}

.header-main{
    background-color: #fff;
}
.menu > .menu-item > a {
    color: #000 !important;
}
.banner-text-first{
    position: absolute;
    top: 25%;
    left: 16%;
}
.banner-text-first h2{
    color: #fff;
}
.banner-text-second{
    position: absolute;
    top: 25%;
    left: 30%;
}
.banner-text-second h2{
    color: #fff;
}
.banner-text-third{
    position: absolute;
    top: 25%;
    left: 44%;
}
.banner-text-third h2{
    color: #fff;
}
.fts-18{
    font-size: 18px;
}
.logo-custom img{
    height: 55px;
}
.slick-prev, .slick-next{
    display: none !important;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    animation: float 6s ease-in-out infinite;
    align-items: center;
    display: flex;
}
.whatsapp-icon{
    color: #fff;
    height: 38px;
    width: 38px!important;
    padding: 8px;
    border: 2px solid #25D366;
}
.whatsapp-icon:hover{
    height: 38px;
    width: 38px!important;
    padding: 8px;
    border: 2px solid #25D366;
}
.whatsapp-message{
    background-color: gray;
    padding: 10px;
    border-radius: 15px;
}
.contact-icon {
    height: 38px;
    width: 38px !important;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #122272;
    background: #fff;
    border-radius: 50%;
    margin-right: 0;
    flex-shrink: 0;
    padding: 8px;
}
.is-transparent:not(.has-fixed) .toggle-line, .is-dark.has-fixed .toggle-line {
    color: #415076;
}

.mainswiper .swiper-slide {
    text-align: center;
}

.mainswiper .swiper-slide img {
    object-fit: revert;
    width: 98%;
    border-radius: 15px;
}

.mainPrev-btn {
    cursor: pointer;
    background-color: #393939;
    padding: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainNext-btn {
    cursor: pointer;
    background-color: #393939;
    padding: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    width: 15px;
    height: 30px;
    border-left: 5px solid green;
    border-bottom: 5px solid green;
    transform: rotate(-45deg);
    margin: 20px;
  }
  

.logo-footer {
    filter: brightness(0) invert(1);
}

@media (max-width: 992px) { 
    .cpn-head h2.title.animated.fadeInUp{
        font-size:16px;
        margin-bottom:0;
    }
    .banner-btn{
        padding:.375rem .75rem; !important;
    }
}


