/*!
Theme Name: Eduvalt
Theme URI: https://ifingerstudio.com/eduvalt/
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses & Education WordPress Theme
Version: 2.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduvalt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Shaziya Code */

.brand__item a{height:80px !important;}
.brand__item img{height:100% !important;}

.categories__item a .courses{
	font-weight:400;
	line-height: 20px;
}
.brand__item a{height:100px !important;}
.brand__item img{height:100% !important;}
.mentors__img img{
	width: 250px;
    height: 158px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 50% !important;
}

.breadcrumb-contact-form{
	background: #F6F7FA;
    border: 1px solid #DAE0E7;
    border-radius: 8px;
    padding: 45px 45px 40px;
}
.breadcrumb-contact-form input, .breadcrumb-contact-form textarea, .breadcrumb-contact-form select{
    width: 100%;
    border: 1px solid #DAE0E7;
    border-radius: 3px;
    display: block;
    background: var(--tg-common-color-white);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    padding: 11px 20px;
    height: 50px;
    transition: 0.3s;
}

.breadcrumb-contact-form textarea{
    min-height: 135px;
    max-height: 135px;
}
.breadcrumb-bg{
	padding: 90px 0 90px;
}
.breadcrumb-bg .row{
	align-items:center;
}

.courses__details-sidebar{
	margin:55px 0 0;
}