* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, Sans-serif;
}



.proimg {
    border: 3px solid #F8B03B;
}

/* bannersec style start */
.bannersec {
    background-color: #DDDDDD;
    align-items: center;
    justify-content: center !important;
    display: flex;
    padding: 40px 0px;
    border-radius: 30px;
    margin-bottom: 50px;
    font-size: 40px;
}

.bannertext {
    font-size: 40px;
}

/* bannersec style end */

.textsec,
.proimg {
    margin-bottom: 50px;
}



.prohead {
    font-size: 30px;
}

.line1,
.line2,
.line3 {
    margin: 15px 0px;
    border: 2px solid #19529E;
}

.line1 {
    width: 15%;

}

.line2 {
    width: 20%;

}

.line3 {
    width: 35%;

}

.cols {
    align-items: center;
    justify-content: center;
    display: flex;
}

.mbl {
    display: none;
}

.galimg {
    background-color: rgb(24, 133, 77);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../imgs/gallery/arrow-right.png") !important;
    right: 0px !important;
    left: auto;
    width: 50px !important;
    height: 50px !important;
    border: 3px solid #000;
    border-radius: 50%;
    padding: 5px;
    transition: 1s;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../imgs/gallery/left-arrow.png") !important;
    left: 0px !important;
    right: auto;
    width: 50px !important;
    height: 50px !important;
    border: 3px solid #000;
    border-radius: 50%;
    padding: 5px;
    transition: 1s;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
    border: 3px solid #fff;
    filter: invert(100%);
    -webkit-filter: invert(1);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    transition: 1s;
}

.swiper-slide {
    text-align: center;

    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.content {
    display: none;
    margin: 50px auto;
    width: 100%;

}



.hardimg {
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 30px;
}

.hardimg:hover {}


.container1 {
    position: relative;

}

.overlay {
    position: absolute;
    bottom: -2px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .2s ease;
    opacity: 0;
    color: white;
    font-size: 13px;
    padding: 10px 5px;
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.container1:hover .overlay {
    opacity: 1;
    bottom: -2px;
}

.container1:hover .hardimg {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    padding: 0px;
    transition: .3s ease-in-out;
    padding: 5px;
}

.container1:hover .overlay {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    padding: 0px;
    transition: .3s ease-in-out;
    padding: 7px;
}


.prosec1 {
    margin-top: 50px;
}

.pro1text1 {
    color: #19529E;
    margin-bottom: 10px;
}

.pro1text {
    margin-bottom: 30px;
}

.line3 {
    width: 30%;
    border: 2px solid #19529E;
    margin: 15px auto;
}

.pro1text3 {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.number {
   
    background-color: rgb(24, 133, 77);
    width: 60px;
    max-height:50px !important;
    padding: 25px 15px;
    color: #fff;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pro1textsec {
    padding: 0px 15px 70px 15px;
    align-items: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #707070;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 2s;
    height: 370px;
    position: relative;
}



.imgsec {
    padding: 20px;
    align-items: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #b6b6b6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 2s;
    height: 100%;
    border-radius: 30px;
}

.pro1head {
    font-size: 25px;
    margin-bottom: 0px;
}

.proline {
    width: 25%;
    border: 1px solid #707070;
    margin: 15px auto;
}

.pro1btn {
    background-color: rgb(24, 133, 77);
    color: #fff;
    transition: 2s;

}

.btnsec {
    position: absolute;
    bottom: 20px;

}

/* .pro1text {
    font-size: 14px;
} */

.pro1btn:hover {
    background-color: #EF5A23;
    color: #fff;
    transform: scale(1.1);
    transition: 2s;
}

.pro1textsec:hover {
    transform: scale(1.01);
    transition: 2s;

}



.pro1textsec {
    border-radius: 30px;
}


.pro1textsec1 {

    padding: 30px 30px !important;
}

.pro1textsec1 .btnsec button:hover {
    background-color: rgb(24, 133, 77) !important;
    color: #fff;
}

.flip-box-back .pro1text {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    text-align: center !important;
    margin-bottom: 5px;
}

.flip-box-back .btnsec {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    text-align: center;
    left: 0;
    right: 0;
}


.flip-box {
    background-color: transparent;
    width: 100%;
    height: 370px;
    perspective: 1000px;
    position: relative;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.pro1text,
.pro1text {
    font-size: 14px;
}

.flip-box-front {

    color: black;
}

.flip-box-back {
    padding-bottom: 40px;
    background-color: #000;
    transform: rotateY(180deg);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    text-align: center !important;
}

.flip-box-back button {
    background-color: #fff !important;
    color: #000;
}

@media screen and (min-width:1300px) and (max-width:1399px) {

    .pro1textsec,
    .flip-box {
        height: 370px;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {

    .pro1textsec,
    .flip-box {
        height: 370px;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
    .bannertext {
        font-size: 35px;
    }



    .prohead {
        font-size: 25px;
    }

    .pro1textsec,
    .flip-box {
        height: 380px;
    }

}

@media screen and (min-width:992px) and (max-width:1099px) {
    .bannertext {
        font-size: 35px;
    }



    .prohead {
        font-size: 25px;
    }

    .pro1textsec,
    .flip-box {
        height: 400px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .bannertext {
        font-size: 30px;
    }



    .prohead {
        font-size: 20px;
    }

    .protext {
        font-size: 14px;
    }

    .pro1textsec,
    .flip-box {
        height: 370px;
    }
}

@media screen and (max-width:767px) {

    .pro1textsec,
    .flip-box {
        height: 350px;
    }

    .bannertext {
        font-size: 30px;
    }



    .prohead {
        font-size: 20px;
    }

    .protext {
        font-size: 14px
    }

    .desk {
        display: none;
    }

    .mbl {
        display: block;
    }

    .textsec {
        margin-bottom: 30px;
    }
}

/* @media screen  and (max-width:600px)
{
    .pro1textsec,
    .flip-box {
        height: 460px;
    }
} */