


.font_bold{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color:darkorange;
   
    
}
.btn_c{
    background-color:rgb(15, 141, 38);
    color: white;
    font-weight: bold;

}
.btn_c:last-child{
    margin-left: 10px;
}

 
/* .nav-mid{
    margin:0 auto;
} */



a.btn{
    margin: 30px 10px;
    width: 135px;
    padding: 10px;
    border-radius: 20px;
}
a.btn-first
{
    background-color: darkorange;
    color: #fff;
}
a.btn-secend{
    background: transparent;
    border: 1px solid darkorange;
    color: #333;
}
a.btn:hover{
    background: darkorange;
    border: none;
    color: #fff;
    box-shadow: 5px 5px 10px #999;
    transition: 0.4s;
}

.style{
    
    font-weight: bold;
    font-size: 15px;
   
   
}
.caontainer1{
    background-color: darkorange;
    height: 36px;
    width: 100%;
    text-align: center;
    margin-top:1px;
}
.caontainer11{

    background-color: rgb(21, 65, 10);
    height: 44px;
    width: 94%;
    text-align:center;
    margin-top:1px;
}
.caontainer101{

    background-color: rgb(126, 55, 22);
    height: 44px;
    width: 94%;
    text-align:center;
    margin-top:1px;
}
.caontainer102{

    background-color: rgb(103, 19, 151);
    height: 44px;
    width: 94%;
    text-align:center;
    margin-top:1px;
}
.carousel-inner{
    margin-bottom: 10px;
}
.col-sm-3{
    border: 2px;
    border-radius: 2px;
    border-color: black;
    border-style: dashed;
    margin-bottom: 5px;
}
.img-thumbnail{
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rimon{
    background-color: rgb(204, 199, 199);
    margin-bottom: 100px;
}

.slider{
    color: darkorange;
    font-weight: 600;
}
.img-icon{
    float: left;
}
.img-text{
    float: left;
    

}
.img-text>h2 {
    float: left;
    margin-left:1px;
    color:rgb(40, 170, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size:27px
}
.img-text>p{
    float: left;
    
    color:rgb(11, 11, 11);
    font-family:'Times New Roman', Times, serif;
    font-weight: 300;
    font-size:16px

}
.text-left{
    text-align:left;
}
.rectangle{
    height: 45px;
    width:100%;
    background: rgb(229, 228, 228);
    opacity: 100%;
    
    margin-bottom: 10px;
    
}
.rectangle>h2{
    font-size: 28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    
    color: rgb(53, 52, 52);
}

.icon{
    margin-top: 8px;
}


