/*
 Theme Name:   Ensaf Child  
 Theme URI:    https://wordpress.themeholy.com/ensaf/
 Description:  This is a child theme for ensaf - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     ensaf
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  ensaf-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */   

.logo-icon-wrap__text span {
  --rotate-letter: 15.6deg !important;
}
.logo-icon-wrap__text.bg-theme2 span {
  --rotate-letter: 14.4deg !important;
}
.tjustify
{
	text-align:justify !important;
}
/* Main heading section height */
#breadcumbwrap{
    height: 280px !important; /* section ki total height */
    min-height: 280px !important; /* minimum height */
    
    display: flex !important; /* flexbox enable */
    align-items: center !important; /* vertically center */
    justify-content: center !important; /* horizontally center */
    
    padding: 0 !important; /* extra spacing remove */
}

/* Container full width */
#breadcumbwrap .container{
    width: 100%;
}


/* Content center alignment */
#breadcumbwrap .breadcumb-content{
    text-align: center; /* text center */
    width: 100%;
}

/* Heading styling */
#breadcumbwrap .breadcumb-title{
    margin: 0; /* default margin remove */
    line-height: 1.1; /* heading spacing */
}

.logo-icon-wrap .logo-icon img {
    padding-top: 10px !important;
}
.team-about_text {
    text-align: justify;
}
.page-id-52 .ensaf-fluid{
	background:#eee;
}