/*Banner*/
.banner-content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*langauge */
.primary-end .nice-control{
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #ffffff38;
    border-radius: 10px;
    margin-right: 0px;
}
.primary-end .nice-control .current{
    color: #ffffff;
}

/**/

.ps-single-wrap:hover{
    margin-top: 0;
    background-color: transparent;
}

/* Category section*/
.single-category{
    transition: none;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.single-category .single-category-logo{
    height: 50px;
    width: 50px;
    margin: 10px 20px;
}
.single-category .single-category-name{
    padding: 15px 0;
}
.category-wrapper .single-category:hover{
    background-color: transparent ;
    border : 1px solid #192335;
}
.single-category:hover p, .single-category:hover h4{
    color: #192335;
}
 
/*Features section*/
.testimonials-wrapper.section-padding, .feature-wrapper.section-padding {
    padding-bottom: 60px;
}

/*About section*/
.skil-content ul li .svg img {
    margin: 10px 0 0 10px;
    height: 30px;
    width: 30px;
}

/*Testimonial section*/
.testimonial1-user-role{
    color: #858c8a;
}
.home1-section-title .title, .home1-section-title .info, .ele-testimonial-profile-name .name, .elegant-testimonial-slide .review, .title-3, .subtitle-2{
    font-family: 'Poppins';
}


/*Faq*/
.qnaaccordion-three .accordion-button{
    font-family: 'Poppins';
}
.qnaaccordion-three .accordion-button:not(.collapsed){
    color: #3357f0;
}
.accor-three-answer{
    color: #192336;
}
/*Footer*/
.footer-area {
    background : #202230;
}
.gradient-border-btn{
    background: linear-gradient(180deg, #1E3764 0%, #192335 100%);
}
.footer-widget .apps{
    flex-direction: row;
}
.footer-widget .apps a{
    margin-right: 16px;
    width: 150px;
}

/*Schudle*/
.in-subtitle-14px{
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}
.in-subtitle2-14px{
    text-align: justify;
}

/*Blog*/
.b-card .card-head span{
    top: 175px;
    padding: 3px 9px;
}
/*General css*/
.eBtn{
    padding: 8px 17px;
}