.header-container {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
width: 100%;
z-index: 9999;
height: 100px;
transition: .3s ease;
}
.header-container.header-page {
position: unset;
}
.header-container .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-wrapper {
display: flex;
align-items: center;
gap: 1.5rem;
}
.header-wrapper .header-categories {}
.header-wrapper .header-categories > ul {
display: flex;
align-items: center;
padding: 0;
margin: 0;
gap: 1.3rem;
list-style: none;
}
.header-logo {}
.header-logo > a {}
.header-logo > a > img {
width: 200px;
}
.header-wrapper .header-categories > ul > li {
position: relative;
transition: .5s ease;
}
.header-wrapper .header-categories > ul > li > a {
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
.header-contact-button {}
.header-contact-button > a {
background: #e06054;
padding: .5rem 1rem;
color: #fff;
text-decoration: none;
border-radius: 25px;
font-size: 13px;
font-weight: 500;
}
.container {
max-width: 95%;
}
.header-wrapper .header-categories > ul > li.active-li {
position: relative;
}
.header-wrapper .header-categories > ul > li.active-li::after {
content: "";
width: 100%;
height: 1px;
background: #e06054;
position: absolute;
bottom: 0;
left: 0;
opacity: 1;
visibility: visible;
}
.header-wrapper .header-categories > ul > li::after {
content: "";
width: 0;
height: 1px;
background: #e06054;
position: absolute;
bottom: 0;
left: 0;
transition: .5s ease;
opacity: 0;
visibility: hidden;
}
.header-wrapper .header-categories > ul > li:hover::after {
opacity: 1;
visibility: visible;
width: 100%;
}
.header-container.header-fixed {
background: #ffff;
box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
position: fixed;
}
.header-categories>ul>li.menu-item-has-children {
position: relative;
cursor: pointer;
}
.header-categories>ul>li > ul.sub-menu {}
.header-categories>ul>li > ul.sub-menu {
position: absolute;
padding: 0;
list-style: none;
width: 240px;
background: #ffff; border-radius: 10px;
top: 32px;
left: -35px;
overflow: hidden;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
opacity: 0;
visibility: hidden;
transition: .3s ease;
z-index: 9;
}
.header-categories>ul>li > ul.sub-menu.active {
opacity: 1;
visibility: visible;
}
.header-categories>ul>li > ul.sub-menu > li {
text-align: center;
display: flex;
align-items: center;
justify-content: center; transition: .3s ease;
}
.header-categories>ul>li > ul.sub-menu > li > a {
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
width: 100%; padding: .5rem;
}
.header-categories>ul>li > ul.sub-menu > li:hover {
background: #e06054;
}
.header-categories>ul>li > ul.sub-menu > li:hover > a {
color: #fff;
} .home-top-text-wrapper {
padding: 3rem;
display: flex;
flex-direction: column;
text-align: center;
gap: 1rem;
justify-content: center;
align-items: center;
}
.home-top-text-head {display: flex;flex-direction: column;gap: .35rem;text-align: center;justify-content: center;align-items: center;}
.home-top-text-head > span {
color: #f18a1a;
font-weight: 700;
font-size: 19px;
}
.home-top-text-head .text-head-icon {
position: relative;
width: fit-content;
}
.home-top-text-head .text-head-icon > i {
color: #f18a1a;
}
.home-top-text-head .text-head-icon:before {
position: absolute;
left: -260%;
width: 35px;
height: 2px;
background: #f18a1a;
content: "";
top: 7px;
}
.home-top-text-head .text-head-icon:after {
position: absolute;
right: -260%;
width: 35px;
height: 2px;
background: #f18a1a;
content: "";
top: 7px;
}
.home-top-text-content {
width: 90%;
}
.home-top-text-content > p {
font-weight: 400;
font-size: 16px;
}
.educations-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3rem;
}
.educations-container .education-wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: space-between;
}
.educations-container .education-wrapper .education-wrap {
width: calc(16.6% - 1rem);
}
.educations-container .education-wrapper .education-wrap > a {
display: flex;
flex-direction: column;
gap: .5rem;
text-decoration: none;
}
.educations-container .education-wrapper .education-wrap > a .education-image img {
border-radius: 50%;
border: 4px dashed #2da4d2;
padding: .2rem;
}
.educations-container .education-wrapper .education-wrap > a .education-image > img {
width: 100%;
}
.educations-container .education-wrapper {
width: 100%;
transition: transform 0.3s  ease;
}
.educations-container .education-wrapper .education-wrap:hover {
transform: translateY(-8px);
}
.educations-container .education-head {
position: relative;
}
.educations-container .education-head > span {
font-size: 30px;
font-weight: 700;
}
.educations-container .education-head::after {
content:"";
position: absolute;
bottom: 0;
width: 50%;
background: #2da4d2;
height: 2px;
left: 25%;
}
.educations-container .education-wrapper .education-wrap > a .education-content {
display: flex;
flex-direction: column;
text-align: center;
}
.educations-container .education-wrapper .education-wrap > a .education-content > span:nth-child(1) {
font-size: 14px;
font-weight: 500;
color: #000;
}
.educations-container .education-wrapper .education-wrap > a .education-content > span:nth-child(2) {
font-size: 13px;
font-weight: 500;
color: #2da4d2;
}
.videos-container { padding-bottom: 3rem;
}
.videos-container .education-wrap:hover {
transform: translateY(-8px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}  .footer-top {
display: flex;
align-items: center;
justify-content: center;
background: #f9f8f7;
padding: 1.5rem;
padding-bottom: 2rem;
}
.footer-social-media-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1rem;
}
.footer-social-media-head > span {
font-size: 17px;
font-weight: 700;
}
.footer-social-media {
display: flex;
}
.footer-social-media > ul {
padding: 0;
list-style: none;
margin: 0;
display: flex;
align-items: center;
}
.footer-social-media > ul > li:nth-child(1) > a {
background: #e06054;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
color: #fff;
text-decoration: none;   font-weight: 500;
}
.footer-social-media > ul > li > a {
padding: .5rem 1rem;
}
.footer-social-media > ul > li:nth-child(2) > a {
background: #ffffff;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fa11b0;
text-decoration: none;
font-weight: 500;
}
.footer-bottom {
padding-top: 1rem;
padding-bottom: 2rem;
}
.footer-bottom .container {
display: flex;
align-items: center;
gap: 2rem;
max-width: 85%;
}
.footer-bottom .container .footer-wrap {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1rem;
align-items: center;
}
.footer-bottom .container .footer-wrap.footer-bottom-mid {
width: 40%;
}
.footer-wrap-list-container {
display: flex;
width: 100%;
}
.footer-wrap-list-container .footer-wrap-list {
width: 50%;
text-align: center;
}
.footer-bottom .container .footer-wrap.footer-bottom-mid .footer-wrap-title {text-align: center; }
.footer-wrap-list-container .footer-wrap-list:nth-child(1) {
}
.footer-wrap-list-container .footer-wrap-list > ul {
padding: 0;
list-style: none;
margin: 0;
}
.footer-bottom .container .footer-wrap .footer-wrap-title > span {
font-weight: 700;
}
.footer-logo > a {
display: flex;
align-items: center;
}
.footer-logo > a > img {
width: 250px;
}
.footer-wrap.footer-bottom-left {
}
.footer-bottom .container .footer-wrap .footer-wrap-list > ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-bottom .container .footer-wrap .footer-wrap-list {
width: 100%; }
.footer-bottom .container .footer-wrap .footer-wrap-list > ul > li > a {
text-decoration: none;
color: #4a4a4a;
font-size: 15px;
font-weight: 400;
text-wrap-mode: nowrap;
transition: .3s ease;
}
.footer-bottom .container .footer-wrap.footer-bottom-right .footer-wrap-list {
width: 24%;
}
.footer-logo {}
.footer-bottom .container .footer-wrap.footer-bottom-left {
align-items: flex-start;
}
.footer-contact {
display: flex;
flex-direction: column;
width: 70%;
gap: .3rem;
}
.footer-contact div > a {
text-decoration: none;
color: #4a4a4a;
font-size: 14px;
font-weight: 400;
}
.footer-tel {
display: flex;
flex-direction: column;
}
.footer-address {
width: 80%;
}
.footer-bottom .container .footer-wrap .footer-wrap-list > ul > li > a:hover {
color: #e06054;
}
.footer-bottom .container .footer-wrap .footer-wrap-title {
position: relative;
}
.footer-bottom .container .footer-wrap .footer-wrap-title::after {
content: "";
position: absolute;
bottom: -4px;
width: 50%;
background: #2da4d2;
height: 2px;
left: 25%;
}
.footer-wrap.footer-bottom-right {
min-height: 160px;
justify-content: flex-start !important;
}
footer.footer {
overflow: hidden;
}  .videos-container {
margin-top: 60px;
}
.videos-container .education-head {
text-align: center; }
.videos-container .education-head span { color: #333;
position: relative;
display: inline-block;
}
.videos-container .education-wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
}
.videos-container .education-wrap {
width: auto !important;
position: relative;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
background: #000;
}
.videos-container .education-wrap:hover {
transform: translateY(-8px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.videos-container .video-thumbnail {
position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
}
.videos-container .video-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.videos-container .education-wrap:hover .video-thumbnail img {
transform: scale(1.05);
}
.videos-container .play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: rgba(255, 0, 0, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 2;
}
.videos-container .play-icon i {
font-size: 2rem;
color: white;
margin-left: 5px;
}
.videos-container .education-wrap:hover .play-icon {
transform: translate(-50%, -50%) scale(1.1);
background: rgba(255, 0, 0, 1);
box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
.videos-container .video-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
z-index: 1;
} .video-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.95);
z-index: 99999;
align-items: center;
justify-content: center;
animation: fadeIn 0.3s ease;
}
.video-modal.active {
display: flex !important;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.video-modal .modal-content {
position: relative;
width: 55%;
max-width: 1200px;
aspect-ratio: 16/9;
animation: slideUp 0.3s ease;
}
@keyframes slideUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.video-modal .modal-content iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 8px;
}
.video-modal .close-modal {
position: absolute;
top: -50px;
right: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 2px solid rgba(255, 255, 255, 0.2);
color: white;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
z-index: 100000;
}
.video-modal .close-modal:hover {
background: rgba(255, 0, 0, 0.9);
border-color: rgba(255, 0, 0, 1);
transform: rotate(90deg);
}
.video-modal .close-modal i {
pointer-events: none;
}
@media (max-width: 768px) {
.videos-container .education-head span {
font-size: 2rem;
}
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}
.videos-container .play-icon {
width: 60px;
height: 60px;
}
.videos-container .play-icon i {
font-size: 1.5rem;
}
.video-modal .modal-content {
width: 95%;
}
.video-modal .close-modal {
top: -40px;
font-size: 1.2rem;
width: 40px;
height: 40px;
}
} .about-page {
display: flex;
gap: 30px;
align-items: flex-start;
}
.page-categories-tab {
width: calc(25% - 30px);
flex-shrink: 0;
}
.page-categories-tab > ul {
list-style: none;
padding: 0;
margin: 0;
background: #fff;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 1rem;
border-radius: 13px;
border: 1px solid #eee;
}
.page-categories-tab > ul > li { }
.page-categories-tab > ul > li > a {
display: block;
padding: .5rem;
color: #444;
text-decoration: none;
border-radius: 5px;
transition: all .3s ease;
font-weight: 500;
}
.page-categories-tab > ul > li > a:hover {
color: #111;
}
.page-heading {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.page-heading > span {
font-size: 30px;
font-weight: 700;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.page-heading > span::after {
content: "";
position: absolute;
bottom: -3px;
width: 50%;
background: #2da4d2;
height: 2px;
left: 25%;
} .page-categories-tab .main-cat > a {
position: relative;
cursor: pointer;
transition: .5s ease;
}
.page-categories-tab .main-cat > a::after {
content: '+';
position: absolute;
right: 20px;
font-size: 20px;
transition: transform 0.3s ease;
color: #e06054;
top: 4px;
}
.page-categories-tab .main-cat.active > a::after {
content: '-';
}
.page-categories-tab .sub-cats {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
padding: 0;
margin: 0;
list-style: none;
}
.page-categories-tab .main-cat.active .sub-cats {
max-height: 500px;
}
.page-categories-tab .sub-cat {
}
.page-categories-tab .sub-cat a {
display: block;
padding: .3rem;
padding-left: .8rem; color: #666;
text-decoration: none; transition: all 0.3s ease;
}
.page-categories-tab .sub-cat a:hover {
color: #222;
}
.page-detail-container .container .educations-container {
margin-top: 2rem;
} .page-content-wrapper { width: calc(75% - 30px);
}
.about-image {
margin-bottom: 20px;
}
.about-image img {
width: 100%;
height: auto;
border-radius: 8px;
}
.content-text p {
line-height: 1.8;
color: #555;
}
section.page-detail {
padding-top: 1.5rem;
padding-bottom: 3rem;
}
.page-detail-container .page-detail-wrapper {
display: flex;
gap: 30px;
align-items: flex-start;
}
.page-categories-tab > ul > li:not(:last-child) {
border-bottom: 1px solid #e0605452;
}
.page-categories-tab .sub-cat:not(:last-child) {
border-bottom: 1px solid #e0605436;
} @media (max-width: 768px) {
.about-page {
flex-direction: column;
}
.page-categories-tab {
width: 100%;
min-width: auto;
}
} .contact-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; width: 100%;
}
.contact-container .contact-top-container {display: flex;}
.contact-container .contact-top-container > ul {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-left: 0;
}
.contact-container .contact-top-container > ul > li {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.contact-container .contact-top-container > ul > li > span {
}
.contact-container .contact-top-container > ul > li:nth-child(1) > span {
color: #e06054;
font-size: 20px;
font-weight: 700;
}
.contact-container .contact-top-container > ul > li:nth-child(2) > span {
font-size: 45px;
width: 80%;
text-align: center;
font-weight: 400;
color: #2da4d2;
}
.contact-container .contact-top-container > ul > li:nth-child(3) > span {
width: 50%;
text-align: center;
font-size: 16px;
margin-top: 2rem;
color: #960808ab;
font-weight: 400;
}
.contact-bottom-container {
display: flex;
margin-top: 2rem;
width: 100%;
justify-content: space-evenly;
background: #f9f8f7;
padding-top: 3rem;
padding-bottom: 4rem;
}
.contact-bottom-container .bottom-left-map-container {
display: flex;
flex-direction: column;
align-items: center;
height: fit-content;
width: 70%;
margin-right: 3rem;
}
.contact-bottom-container .bottom-left-map-container .map-container-column {
display: flex;
flex-direction: column;
align-items: center;
height: fit-content;
padding: 35px; border-radius: 20px;
width: 100%;
margin-right: 3rem;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .map-content {
width: 100%;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .map-content > iframe {
height: 300px !important;
}
.contact-bottom-container .bottom-right-form-container {
width: 45%;
display: flex;
flex-direction: column;
align-items: center;  border-radius: 20px;
padding: 35px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
height: fit-content;
}
.contact-bottom-container .bottom-right-form-container .contact-form-cont {
box-shadow: none;
padding: 1rem !important;
}
.contact-bottom-container .bottom-right-form-container .contact-form-cont input.wpcf7-submit {
margin: 0;
padding: .7rem 2rem !important;
border-radius: 18px;
width: fit-content !important;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container {
display: flex;
flex-direction: column;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .adress-title {
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .adress-title > span {
font-size: 18px;
font-weight: 600;
color: #960808;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .adress-content {
display: flex;
flex-wrap: wrap;
width: 93%;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .adress-content > span {
font-size: 15px;
font-weight: 400;
}
.contact-bottom-container .bottom-left-map-container {
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .contect-information-container {
display: flex;
justify-content: space-around;
padding: .7rem 1rem;
background: #e06054;
border-radius: 14px;
margin-top: 1rem;
color: #ffffff;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .contect-information-container > a {
width: 50%;
display: flex;
color: var(--default-color);
font-weight: 500;
align-items: center;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .contect-information-container > a > i {
margin-right: 0.5rem;
font-size: 25px;
}
.contact-bottom {
display: flex;
}
.contact-social-media-container {
display: flex;
flex-direction: column;
margin-top: 3rem;
align-items: center;
}
.contact-social-media-container .social-media-title {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contact-social-media-container .social-media-title > span:nth-child(1) {
margin-bottom: 1rem;
text-transform: uppercase;
}
.contact-social-media-container .social-media-title > span:nth-child(2) {
margin-bottom: 2rem;
}
.contact-social-media-container .social-media-title > span {
color: var(--default-color);
font-weight: 700;
font-size: 15px;
}
.contact-social-media-container .contact-social-media {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.contact-social-media-container .contact-social-media > a {
padding: 10px 14px;
border: 1px solid var(--default-color) 29;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
transition: 0.3s ease-in;
color: #000;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.contact-social-media-container .contact-social-media > a:not(:last-child) {
margin-right: 1rem;
}
.contact-social-media-container .contact-social-media > a:hover {
color: var(--default-color);
}
.contact-bottom-container .bottom-right-form-container .form-title {
}
.contact-bottom-container .bottom-right-form-container .form-title > span {
font-size: 20px;
text-transform: uppercase;
color: #e06054;
font-weight: 600;
}
.contact-bottom-container .bottom-right-form-container .form-text {
width: 80%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-top: 1rem;
}
.contact-bottom-container .bottom-right-form-container .form-text > span {
text-align: center;
font-size: 15px;
font-weight: 400;
}
.form-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.form-container .contact-form-cont {
border: none;
padding: 0;
width: 100%;
}
.form-container .wpcf7 {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.form-container .wpcf7 > form {
width: 100%;
}
.form-container .contact-form-cont .contact-input {
}
.form-container .contact-form-cont .contact-input input {
border-radius: 20px;
padding: 10px 9px;
}
.form-container .contact-form-cont .contact-input select {
border-radius: 20px;
padding: 10px 9px;
}
.form-container .contact-form-cont .contact-input textarea {
border-radius: 20px;
padding: 10px 9px;
border-bottom-right-radius: 0;
}
.form-container .contact-form-cont .contact-input .wpcf7-submit {
background: #2da4d2;
color: #fff !important;
font-weight: 600;
letter-spacing: 2px;
padding: 15px 9px !important;
border-color: #2da4d2;
}
.contect-information-container i {
margin-left: 10px;
margin-right: 10px;
display: flex;
align-items: center;
}
.contact-input input, .contact-input select, .contact-input textarea {
display: block;
width: 100%;
height: auto;
padding: 10px 9px;
line-height: 1;
outline: 0;
color: #495057;
background-color: #fff;
border-radius: 0;
cursor: pointer;
margin-bottom: 20px;
border: none;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
border-radius: 10px;
font-size: 14px;
transition: .3s ease;
}
.contact-social-media-container .contact-social-media > a .bi-instagram {
color: #E4405F;
}
.contact-social-media-container .contact-social-media > a .bi-youtube {
color: #FF0000;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .contect-information-container > span {
display: flex;
justify-content: flex-start;
color: #ffffff;
font-size: 14px;
} .breadcrumb {
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
.breadcrumb .fbc-items {
background: none !important;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li  a {text-decoration: none;color: #000;font-size: 14px;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items  li.active span, .breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-end-text{
color: #787575;
font-size: 14px;
}