/* news section start */
img {
    max-width: 100%;
    height: auto;
}

.news_section {
    width: 100%;
    background-image: url(../images/news-bg.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 190px;
    background-repeat: no-repeat;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #081419;
    text-align: center;
    font-weight: bold;
}

.news_text {
    width: 60%;
    margin: 0 auto; 
    font-size: 16px;
    color: #151515;
    text-align: center;
 
}

.news_section_2 {
    width: 100%;
    float: left;   
}

.box_main {
    margin-top: -50px !important;
    width: 60%;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto;
    box-shadow: 0px 0px 8px 0px;
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
}

.image_1 {
    width: 100%;
    text-align: center;
    position: relative;
    top: 10px;
 

}


.lorem_text {
    width: 100%;
    font-size: 16px;
    color: #081419;
    text-align: center;
    margin: 0 auto;
}

.read_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    display: flex;
    top: 20px;
    position: relative;
}

.read_btn2 {
    width: 170px;

    text-align: left;
    padding-top: 5px;
    display: flex;
    top: 20px;
    position: relative;
}


.read_btn2 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #3674f2;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}




.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #3674f2;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}

.read_btn a:hover {
    color: white;
    background-color: darkblue;
}

.design_text {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #151515;
    text-align: center;
    padding-top: 20px;
}


#main_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 105%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 0px;
    right: -60px;
    top: 105%;
    background: #34a58e;
    color: #ffffff;
}

#main_slider .carousel-control-prev, 
#main_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: gray;
    color:white;
}



.newsimg{
   border-radius: 1%;
  
}
/* news section end */


@media (max-width: 768px) {

    
    .box_main{
        width: 80% !important;
    }
}

@media (max-width: 500px) {

    
    .box_main{
        width: 80% !important;
    }
}