/* who */
.widget-content .post {
    position: relative;
    padding-left: 80px;
    padding: 8px 8px 8px 80px;
    min-height: 80px;
    border-radius: 10px;
    min-width: 250px;
    margin-bottom: 15px;
    background-color: #001a34;
}
.widget-content .post h6 {
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin-top: 2px;
}
.widget-content .post .thumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(13%, -50%);
    width: 64px;
    overflow: hidden;
    border-radius: 4px;
}
.testimonial-block-1 {
    position: relative;
    margin-bottom: 15px;
    background-color: #fff !important;
}
.testimonial-block-1 .inner-box {
    position: relative;
    padding: 25px 25px 25px 200px !important;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.testimonial-block-1 .inner-box .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #6f6f6f;
}
.testimonial-block-1 .inner-box .author-image {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
    width: 150px;
    height: 150px;
    border-radius: 5px;
}
.testimonial-section .carousel-column .inner-column {
    position: relative;
}
.ul-style li {
    position: relative;
    line-height: 28px;
    font-size: 16px !important;
    color: #343434 !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
    text-align: justify;
    padding: 0px 0px 0px 25px !important;
    margin-bottom: 5px;
}
.tex-container-1 {
    position: absolute;
    top: 0px;
    background-color: #fff;
    /* padding: 10px; */
    width: 300px;
    height: 155px;
    top: 61%;
    right: -32%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
    /* clip-path: polygon(0 1%, 100% 0%, 100% 90%, 0% 100%); */
}
.tex-container-1 h2 {
    color: #e77500;
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    padding-top: 24px;
    font-weight: 900;
}
.tex-container-1::after {
    content: "";
    position: absolute;
    top: 81%;
    width: 300px;
    transform: skewY(353deg);
    height: 100px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
    z-index: -1;
    background-color: #ffffff;
}
.elementor-button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #7a0000;
    background-image: none;
    padding: 10px 20px;
    transition: all .3s ease;
}
.elementor-button:hover {
    color: #fff;
    letter-spacing: 0px !important;
}
/*  */

.list-group-item{
    border-left: 5px solid #00b9d7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main-timeline{
font-family: 'Roboto', sans-serif;
position: relative;
}
.main-timeline:after{
content: '';
display: block;
clear: both;
}
.main-timeline .timeline{
width:50%;
padding: 0 30px 0 0;
margin: 20px 0;
float: left;
}
.main-timeline .timeline-content {
background-color: #536E79;
min-height: 133px;
padding: 30px 39px 30px 42px;
display: block;
position: relative;
z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before {
content: '';
background: #fff;
border-radius: 50px 20px 20px 50px;
position: absolute;
left: 10px;
top: 4px;
bottom: 6px;
right: 6px;
z-index: -1;
}
.main-timeline .timeline-year{
color: #fff;
font-size: 45px;
font-weight: 600;
line-height: 45px;
transform: translateY(-50%) rotate(-90deg);
position: absolute;
left: -15px;
top: 50%;
}
.main-timeline .timeline-icon {
color: #fff;
background-color: #536E79;
font-size: 36px;
font-weight: 800;
text-align: center;
line-height: 55px;
width: 50px;
height: 50px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
transform: translateY(-50%);
position: absolute;
right: -20px;
top: 50%;
}
.main-timeline .title{
color: #536E79;
font-size:16px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 7px 0;
}
.main-timeline .description {
color: #000000;
font-size: 14px;
text-align:left;
line-height: 22px;
margin: 0;
}
.main-timeline .timeline:nth-child(even){
padding: 0 0 0 30px;
float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
padding: 26px 35px 30px 44px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before{
border-radius: 20px 100px 100px 20px;
left: 4px;
right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
right: -15px;
left: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
right: auto;
left: -20px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
background-color: #00B8D4;
}
.main-timeline .timeline:nth-child(4n+2) .title{ color: #00B8D4; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
background-color: #FEA726;
}
.main-timeline .timeline:nth-child(4n+3) .title{ color: #FEA726; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
background-color: #01BFA5;
}
.main-timeline .timeline:nth-child(4n+4) .title{ color: #01BFA5; }
@media screen and (max-width:767px){
.main-timeline .timeline,
.main-timeline .timeline:nth-child(even){
    text-align: center;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 50px 25px;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 50px 50px 20px 20px;
    bottom: 4px;
    top: 15px;
    left: 10px;
    right: 10px;
}
.main-timeline .timeline-year,
.main-timeline .timeline:nth-child(even) .timeline-year{
    transform: translateX(-50%) translateY(0);
    top: 10px;
    left: 50%;
}
.main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon {
font-size: 30px;
line-height: 43px;
width: 40px;
height: 40px;
transform: translateX(-50%);
top: auto;
bottom: -20px;
right: auto;
left: 50%;
}
}
@media screen and (max-width:576px){
.main-timeline .title{ font-size: 18px; }
}