*{
    cursor: pointer;
    /* font-family: 'Rubik', sans-serif; */
    /* font-family: 'Tilt Warp', cursive; */
    font-family: 'PT Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
    /* overflow-x: hidden; */
}
/* li{
    font-size:23px;
} */

.nav-link{
    color:black;
    font-size: 17px;
    /* font-weight: 500; */
    margin-left: 10px;
    /* word-spacing: 30px; */
}
.top{
    color: white;
}
span{
    color: greenyellow;
}

#info1{
   /* color: white; */
   /* margin: auto; */
   padding-top: 100px;
   padding-left: 40px;
   font-weight:200;
   font-size: 20px;
   
}

#info{
   padding-top: 100px;

}
button{
    height: 50px;
}
#h1{
    font-size: 55px;
}
.election h1{
    font-size: 50px;
    font-weight: 400;
}

#u{
    background-color: rgb(33, 33, 185);
    padding-bottom: 20px;
    padding-left: 20px;

}
.div-2{
    margin-top: -45px;
    float: right;
}

.card-body{
    text-align: center;
    /* margin-top: -20px; */


}
/* .text h1{
    flex-direction: column-reverse;
} */
.schedual{
    margin-top: -50px;
}
.choose{
    background-image: url(choose2.jpg);
    color: white;
    /* padding-bottom: 20px; */
}
/* .schedual{ */
    /* margin-left: 40px; */

/* } */
.card {
    background-color: white;
    border: 5px solid whitesmoke;
    box-shadow: 6px 6px  6px 6px whitesmoke;

}
#i{
    text-align: center;
    color: red;
    font-size: 60px;
    
}
.e{
    border-left: 5px solid rgb(100, 100, 243);
 
}
.p{
    border-left: 5px solid rgb(100, 100, 243);
    
}
.pu{
    border-left: 5px solid rgb(100, 100, 243);

}
.c{
    border-left: 5px solid rgb(100, 100, 243);
   
}
.cl{
    border-left: 5px solid rgb(100, 100, 243);
   
}
.hu{
    border-left: 5px solid rgb(100, 100, 243);
}
.e:hover{
    background-color: rgb(100, 100, 243);
    color:white;
}
.c:hover{
    background-color: rgb(100, 100, 243);
    color:white;


}
.pu:hover{
    background-color: rgb(100, 100, 243);
    color:white;

}
.cl:hover{
    background-color: rgb(100, 100, 243);
    color:white;

}
.p:hover{
    background-color: rgb(100, 100, 243);
    color:white;

}
.hu:hover{
    background-color: rgb(100, 100, 243);
    color:white;

}
#drop:hover{
    color: white;
    background-color: grey;
}


#k{
    margin-top: 20px;
    margin-left: 150px;
    
    
    
}
.footer{
    padding-top:30px ;
    background-image: url(flag1.jpg);
    color: white;
    /* height: 350px; */
}
#l{
    padding-right: 30px;

}
@media(max-width:670px){
    *{
    overflow-x: hidden;

    }
    #info1{
        padding-left: 20px;
    }
    #k{
        margin-top: 20px;
        margin-left: 10px;
        
        
    }
    .concern img{
        width: 100%;
    }
    #info{
        display: none;
    }
    .election{
        padding-top: 160px;
        text-align: center;
        justify-content: center;
    }
}
@media(max-width:1000px){
    *{
        overflow-x: hidden;
    
        }
        #info1{
            padding-left: 20px;
        }
        .concern img{
            width: 100%;
        }
    #k{
        margin-top: 20px;
        margin-left: 10px;
        
        
    }
    #info{
        display: none;

    }
    .election {
        padding-top: 160px;
        text-align: center;
        justify-content: center;
    }
}
@media(max-width:880px){
    *{
    overflow-x: hidden;

    }
    .concern img{
        width: 100%;
    }
    #info1{
        padding-left: 20px;
    }
    #k{
        margin-top: 20px;
        margin-left: 10px;
        
        
    }
    .election{
        padding-top: 160px;

        text-align: center;
        justify-content: center;
    }
    #info{
        display: none;
    }
    
}
.section{
    background-image: url(flag1.jpg);
    color: white;
}

#image{
    border-right: 20px solid blue;
    border-bottom: 20px solid blue;

}
.election{
    background-image: url(group2.jpg);
    background-size: cover;
    height: 600px;
    color: white;
}
/* =====testimonal====*/
/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}