*{
    font-family: sans-serif;
}
.body-section{
    background-color: #F5F5F5;
}
.top-form{
    width: 80%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.first-input select{
    width: 100%;
    padding-top: 8px;
    padding-bottom: 11px;
    border: 1px solid aqua;
    border-radius: 8px;
}
.first-input select:hover{
    border-color: #F5222D;
    transition: .3s;
}
.second-input input{
    width: 100%;
    border: 1px solid aqua;
    border-radius: 8px;
}
.second-input input:hover{
    border-color: #F5222D;
    transition: .3s;
}
.third-input input{
    width: 100%;
    border: 1px solid aqua;
    border-radius: 8px;
}
.third-input input:hover{
    border-color: #F5222D;
    transition: .3s;
}


/* slider sec */
.slider{
    width: 80%;
    
}
.carousel-item {
    height:auto;
    background-color: #777;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    
}
.carousel-inner{
    border-radius: 10px;
}

/* slider end */
.as-sunna-f{
    background-color: #FFFFFF;
}
.assunnaf{
   width: 80%;
  
}
.head{
    font-size: 20px;
    color: #008E48;
}
.under-line{
    height: 3px ;
    width: 100%;
    background-color: #BBBBBB;
  
}
.study i{
    font-size: 12px;
    margin-right: 20px;
    font-weight: bolder;
    color: #52C41A ;
}
.study p{
    color: #008E48;
}
.main-info{
    text-align: justify;
}
.go-change{
    width: 80%;
}
.card-text{
    text-align: justify;
   
}
.card-body h5{
    color: #008000;
}
.card{
    height: 500px;
    overflow: hidden;
    width: 100%;
}
.card:hover{
    box-shadow: 0px 5px 10px rgb(231, 235, 235);
    transition: .3s;
}

.running-project-sec{
   background-color: #fff;
}
.news-date{
    font-size: 11px;
}
.karjochorome{
    background-color: #FFFFFF;
}
.karjochorome-head{
    font-size: 30px;
}
.karjochorome-card{
    background-color: #169982 !important;
    color: white !important;
}
.karjochorome-card2{
    background-color: #0099B5 !important;
    color: white !important;
}
.karjochorome-card3{
    background-color: #0099AB !important;
    color: white !important;
}
.galary{
    background-color: #FFFFFF;
}
.all-btn-color{
    background-color: #008E48 !important;
    color: white !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.dan-korun-btn{
    background-color: #008E48 !important;
    color: white !important;
}