﻿body {
}

/*banner img*/

@media(max-width:768px){
    .em img{
        display:none!important;
    }
}

/*banner img*/



/*about box*/
.title-h {
    color: #625f5f;
    font-size: 25px !important;
    line-height: 1.3;
    padding: 10px;
}

.section-title .title {
    padding-top: 25px;
    text-align: center;
}



.kkk {
    width: 120%;
    background: #fff;
    height: 300px;
    box-shadow: 0 0 5px 1px #eee;
    margin-left: -70px;
    padding: 35px 15px !important;
    z-index: 1;
 
}



.kkk2 {
    width: 100%;
    background: #fff;
    height: 300px;
    margin-top: 70px;
    margin-right: -70px;
    padding: 15px 0px !important;
    z-index: 1;
    box-shadow: 0 0 5px 1px #eee;
}


    .kkk2 ul li {
        font-size: 1rem;
        font-family: Poppins;
    }



.kkk ul li {
    font-size: 1rem;
    text-align: justify;
}



.kkk1{
    width:100%;

    position: relative;
  
}



    .kkk1:before {
        content: '';
        width: 30%;
        height: 30%;
        position: absolute;
        border-top: 2px solid #4487f5 !important;
        border-left: 2px solid #4487f5 !important;
        top: 6%;
        left: 1%;
    }

    .kkk1:after {
        content: '';
        width: 30%;
        height: 30%;
        position: absolute;
        border-bottom: 2px solid #4487f5 !important;
        border-right: 2px solid #4487f5 !important;
        bottom: -2%;
        right: 1%;
    }

.about-page .kkk {
    height: auto;
}

@media(max-width:900px) {
    .kkk {
        margin-left: 0px!important;
    }
}


@media(max-width:768px){
    .kkk {
        height: 450px;
        padding: 2% 0 10% 0 !important;
       
    }

        .kkk ul li {
            text-align: justify!important;
        }

    .flex {
        display: flex;
        flex-direction: column-reverse;
    }

}




@media(max-width:500px){
    .kkk {
       min-width: 100%;
        height: 100%;
        padding:0 0  60px 0;
      
    }
    .title-h {
        font-size: 22px !important;
    }
}


/*about box*/