@charset "utf-8";
/* CSS Document */

@media (max-width: 767.98px) {
.res-mt {
	padding-top: 120px
}
} 

@media (min-width: 1920px) {
.res-mt {
	margin-top: 120px;
}
}
.industries-item-img{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto 1rem;
    padding: 22px 0;
}
.industries-item-name {
	display: flex;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    transition: 0.2s;
    -webkit-line-clamp: 2;
}
.sectiontitle{
	font-size: 42px;
}
.about-p{
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
}
.bg-light-grey{
	background-color: #f8f8f8;
}

.header-right{
	align-items: center!important
}
.text-justify{
	text-align: justify;
}
.about-text{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.42px;
	text-align: justify;
}
.certi-font{
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
}
.noborder-round{
	border-radius: 0px!important;
}
.pro-text{
	color: #525252;
    font-size: 20px;
	text-align: justify;
    line-height: 37px;
    margin-bottom: 2.8rem;
    -webkit-line-clamp: 4;
}
.widget_categories ul li {
	font-size: 22px;
	font-weight: 600;
	text-align: left; 
	display: table;
	width: 100%;
	padding: 0.625rem 0rem 0.625rem 1rem !important;
	line-height: 1.3 !important;
}
.card {
    margin-top: 30px;
    margin-bottom: 0px;
    border: 1px solid #000 !important; 
    border-radius: 20px!important;
    box-shadow: none!important;
}
.card .card-body:hover {
	background-color: #dddddd!important;
}
.appl{
	font-size: 18px;
	font-weight:400;
	text-align: justify;
}
.dz-tabs .nav-pills {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
@media (max-width: 1200px){
.dz-tabs .nav-pills {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 1200px;
	overflow: auto;
}
}
.dz-tabs .nav-tabs .nav-link.active {
    border-color: #000000;
    color: #000000;
}
.dz-tabs .nav-pills .nav-link {
    width: 100%;
    padding: 10px 10px;
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #000000;
    box-shadow: unset;
    font-family: var(--font-family-title);
}
.dz-tabs .nav-pills .center {
    justify-content: center;
}
.product-description {
    position: sticky;
    top: 0;
    background: #fff;
/*    box-shadow: 0 1px 0 rgba(0, 0, 0, .19);*/
    margin-bottom: 4rem;
    border-radius: 0;
    z-index: 1;
    overflow: auto;
}
.list-group-item-action {
    color: #2e2b2b;
    font-size: 18px;
    font-weight: 600;
    flex: 0 0 auto;
    width: auto;
}