.company-pages .company-tabs .btn {
color: var(--accent-color);
border: 1px solid var(--accent-color);
font-size: 14px;
border-radius: 8px;
padding: 4px 8px;
background-color: transparent;
}
.company-pages .company-tabs .btn.active {
background-color: var(--accent-color);
color: #fff;
}
.company-pages .company-section {
background-color: #fff;
border-radius: 12px;
display: none;
margin: 10px;
}
.company-pages .company-section.active {
display: block;
}
.company-pages .company-section + .company-section {
margin-top: 2rem;
}
.company-pages .company-about p {
font-size: 14px;
}
.company-pages .company-about h2 {
font-family: var(--heading-font);
font-size: 20px;
font-weight: 600;
color: var(--orange-color);
}
.company-pages .company-about .video-section{
max-width:700px;
margin:0 auto;
}
.company-pages .company-boardmembers .profile-img {
width: 100px;
height: 120px;
border-radius: 50px;
}
.company-pages .company-boardmembers .office-img {
width: 100%;
height: 120px;
border-radius: 8px;
}
.company-pages .company-boardmembers .card-body p {
margin-bottom: 0.5rem;
font-size: 14px;
font-weight: 500;
color: rgb(85, 85, 85);
}
.company-pages .company-boardmembers .card-body  .office-address {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: calc(1.5em * 4); 
line-height: 1.5;
}
.company-pages .company-boardmembers .card-body a {
font-size: 14px;
}
.company-pages .company-boardmembers .card-title {
color: var(--accent-color);
font-size: 16px;
font-weight: 600;
font-family: var(--heading-font);
}
.company-pages .company-boardmembers .contact-icons img {
width: 24px;
margin-right: 8px;
}
.company-pages .company-career .form-control {
font-size: 14px;
}
.company-pages .company-career .form-control:focus {
border: 1px solid #ddd;
box-shadow: none;
outline: none;
}
.company-pages .company-career .card-body h5 {
font-family: var(--heading-font);
font-size: 20px;
font-weight: 600;
}
.company-pages .company-career .card-body h6 {
font-size: 16px;
font-weight: 500;
color: rgb(85, 85, 85);
}
.company-pages .company-career .card-body .d-flex {
gap: 0.5rem;
align-items: flex-start;
}
.company-pages .company-career .card-body p {
font-size: 14px;
color: #444;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
flex: 1 1 auto;
}
.company-pages .company-career .card-body a {
color: var(--orange-color);
font-size: 14px;
font-weight: 500;
border: 1px solid var(--orange-color);
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
}
/* Timeline Css */
section.timeline {
width: 100%;
float: left;
padding: 60px 0 0 60px;
}
section.timeline ul {
padding: 0;
display: flex;
margin: 0;
position: relative;
}
section.timeline ul li {
display: inline-block;
width: 19%;
background: var(--orange-color);
text-align: center;
position: relative;
margin-left: -8px;
z-index: 9;
}
section.timeline ul::before {
position: absolute;
content: "";
width: 200px;
height: 224px;
background: #fff;
right: 8px;
border-radius: 0 100px 100px 0;
border: 25px solid var(--orange-color);
border-left: 0;
}
section.timeline .left ul::before {
position: absolute;
content: "";
width: 200px;
height: 225px;
background: #fff;
left: -50px;
border-radius: 100px 0 0 100px;
border: 25px solid var(--accent-color);
border-right: 0;
}
.group.four-li ul li:first-child {
margin-left: 40px;
}
.group.last ul li:first-child {
margin-left: 40px;
}
.group {
height: 200px;
}
section.timeline ul li::after {
position: absolute;
content: "";
width: 0;
height: 56px;
border: 1px dashed var(--orange-color);
left: 0;
right: 0;
margin: 0 auto;
top: -20px;
z-index: -1;
}
section.timeline ul li label {
position: absolute;
content: "";
top: -42px;
left: 0;
right: 0;
margin: 0;
font-size: 14px;
}
section.timeline ul li img {
height: 65px;
display: inline-block;
border-radius: 10px;
}
section.timeline ul li:nth-child(even) {
/* background:#0276ae;*/
border-radius: 10px;
z-index: 99;
}
.last ul li:nth-child(even) {
border-radius: 10px;
z-index: 99;
}
section.timeline ul li span.image {
position: absolute;
content: "";
margin: 0 auto;
left: 0;
right: 0;
bottom: -90px;
display: inline;
background: transparent !important;
border-radius: 100px;
text-align: center;
}
.four-li ul li {
width: 22% !important;
}
.group.last ul::before {
display: none;
}
section.timeline ul li span {
background: var(--accent-color);
display: inline-block;
color: #fff;
font-size: 14px;
}
span.orange {
background: var(--orange-color) !important;
}
@media only screen and (min-width: 200px) and (max-device-width: 767px) {
section.timeline {
padding: 60px 0 0 0;
}
section.timeline ul::before {
right: 0;
border-radius: 10px;
height: 144px;
}
section.timeline .left ul::before {
left: -8px;
border-radius: 10px;
height: 144px;
}
section.timeline ul li img {
height: 25px;
}
.group {
height: 120px;
}
section.timeline ul li span.image {
bottom: -45px;
}
section.timeline ul li label {
font-size: 7px;
}
section.timeline ul li span {
font-size: 12px;
}
.group.four-li ul li:first-child,
.group.last ul li:first-child {
margin-left: 0;
}
section.timeline ul li span.image {
transform: none !important;
}
.four-li ul li {
width: 25% !important;
}
section.timeline ul li {
width: 22% !important;
}
}