.about-style-five .list-item li {
    position: relative;
    display: block !important;
    font-size: 14px !important;
    line-height: 26px !important;
    color: #666 !important;
    padding-left: 23px !important;
    margin-bottom: 12px !important;
}


.about-style-five .list-item li span {
    background: #09b35e !important;
}

.link {
    font-size: 17px;
    font-weight: 700;

}



.modal-content {
    
    border-radius: 20px!important;
}




.about-style-five .list-item li span {
    position: absolute !important;
    left: 0px !important;
    top: 12px !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
}


.about-style-five .list-item li span:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
}

.about-style-five .list-item li span:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}


.about-style-five .list-item li span:before {
    border: 1px solid #09b35e;
}


.about-style-five .list-item li span:after {
    border: 1px solid #09b35e;
}


.bg-color-1 {
    background: #f6f6f6 !important;
}

.sh {


    font-size: 20px !important;
}


.logo1 {
    width: 170px;
}


.color1 {
    color: #09b35e !important;
}

.color2 {
    color: #ff7354 !important;
}

.color3 {
    color: #666666 !important;
}

.color4
{
      color:#9197a9!important;
}

.bgb
{
    background-color:#000!important;
}

.navbg
{
   background: #000000;
}



.carousel-indicators li {
    
    background-color: #ff7354;
   
    opacity: .8;
    transition: opacity 0.6s ease;
}


.carousel-control-prev-icon {
    background-image:url(p.svg);
   
}


.carousel-control-next-icon
{

    background-image:url(n.svg);

}



.bg1 {
    background: linear-gradient(132deg, rgba(9, 179, 94, 1) 0%, rgba(9, 179, 94, 1) 54%, rgba(255, 115, 84, 1) 54%, rgba(255, 115, 84, 1) 100%);
}

.bg2 {

    background: linear-gradient(212deg, rgba(9, 179, 94, 1) 0%, rgba(9, 179, 94, 1) 54%, rgba(255, 115, 84, 1) 54%, rgba(255, 115, 84, 1) 100%);
}


.bg3 {

    background: linear-gradient(169deg, rgba(0, 0, 0, 1) 0%, rgba(91, 81, 74, 1) 100%);
}


.bt {

    font-weight: 300 !important;
    letter-spacing: 2px;

}

.icon1 {

    background-color: #ff7354 !important;

}


.icon2 {

    background-color: #09b35e !important;

}


.icon3 {

    background: linear-gradient(169deg, rgba(0, 0, 0, 1) 0%, rgba(78, 73, 69, 1) 100%) !important;

}


.icon3:hover {

    background: linear-gradient(225deg, rgba(193, 182, 182, 1) 0%, rgba(9, 5, 1, 1) 100%) !important;
    transition: all 500ms ease !important;

}







::selection {
    background-color: #ff7354;
    color: #fff;
}



.down_enquiry {
    background: #ff7354;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none;
}

.down_enquiry ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 0;
}

.down_enquiry ul li a:hover {
    color: #fff;
    background-color: #09b35e;
}

.whatsapp-btn {
    position: fixed;
    left: 21px;
    bottom: 55px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #4bc75a;
    font-size: 25px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    border: 2px solid #fff;
    padding-top: 9px;
}


.what {

    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background: #32b72b;
    color: #fff !important;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}




.whatsapp-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 1;
    background: #4bc75a;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
}

.whatsapp-btn a {
    color: #fff !important
}

.whatsapp-btn span {
    font-size: 18px;
    position: relative;
    top: -8px;
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}





.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    margin-top: 0px;
}




ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}



.ss {
    width: 100%;
    height: 100vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0px;

    width: calc(100%);
    height: calc(100%);
    background-position: 50% 50%;
    background-size: cover;
}

.slide-title {
    font-size: 1.2rem;
    line-height: 1;
    max-width: 95%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 8px;
    font-weight: 800 !important;

    font-weight: normal;
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 2vw;
        max-width: none;
        font-weight: 800 !important;

    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;

}


.subt {
    font-size: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 25%;

}






.slideshow {
    position: relative;
}


.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 3rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
    font-size: 22px;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;

}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}




.pagination-number {
    font-size: 1.8rem;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding: 0 0.5rem;
    font-weight: 700;

}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: #ff7354;
    transition: all .3s ease;
}

@media (min-width: 45em) {

    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}



.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem !important;
}


.newsh {
    font-size: 15px !important;
    font-weight: 600 !important
}

.newsh:hover {

    color: #ff7354 !important;
}

.vdo {
    padding: 0px 10px 0px 10px !important;
}




.slide-title1 {
    font-size: 2.5rem;
    line-height: 2rem;

    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 8px;
    font-weight: 800 !important;
    text-align: center !important;

    font-weight: normal;
}








.break1 {
    position: relative;
    padding: 80px 0px 20px 0px;
}


.break2 {
    position: relative;
    padding: 80px 0px 120px 0px;
}


.animate-float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}






@media (min-width: 168px) and (max-width: 768px) {


.dontmo {
        display: none !important;
    }


    .subt {
        font-size: 18px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 55% !important;

    }




}




@media (min-width: 168px) and (max-width: 1200px) {


.dontmo {
        display: none !important;
    }





}









@media (min-width: 768px) and (max-width: 1920px) {
    .dontdisplaylg {
        display: none !important;
    }




}




@media (min-width: 650px) and (max-width: 1920px) {
    .slidermo {
        display: none !important;
    }




}
