:root {
    --primary-color: #1d1d4d;
    --secondary-color: #f47424;
    --hover-color1 : rgb(214, 233, 251);
  }
.breadcrumb{
    background-color: #1d1d4da1;
    padding: 10px 30px;
    border-radius: 30px;
}
.breadcrumb-item{
    color: white !important;
}
.breadcrumb-item, .breadcrumb-item a{
    font-size: 18px;
}
.about-btn{
border: 1px solid white;
background-color: white;
color: var(--primary-color);
min-height: 40px;
padding: 0 15px;
transition: all 0.3s ease;
}
.about-btn:hover{
    background-color: var(--secondary-color);
    border: none;
    color: white;
}
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about-us-img{
    border: 10px solid white;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.2);
}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.about-points-img img{
    width: 20px;
}
.about-title{
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
}
.about-points{
font-size: 16px;
color: black;
margin-left: 5px;
}
.item-counter-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.item-count {
    text-align: center;
    width: calc(50% - 1rem);
    padding: 30px 10px;
    margin: 0.5rem;
    border-radius: 0 50px;
    background: #fff1e8;
}
.item-count:nth-child(2) {
    background: #dbfdff;
    border-radius: 50px 0;
}
.item-count:nth-child(3) {
    background: #eae2ff;
    border-radius: 50px 0;
}
.item-count:nth-child(4) {
    background: #fff7df;
    border-radius: 0 50px;
}
.trailMain {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--primary-color);
    border-radius: 0.5rem;
    color: white !important;
    padding: 2.5rem 5rem;

    position: relative;
    display: flex;
    align-items: center;
}
.trailMain h6, .trailMain h2, .trailMain p{
    color: white !important;
}
.about-why-choose{
    background: #f7fcff;
}
.up-hor{
    min-height: 270px;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}
.s-block {
    background: #fff;
    text-align: center;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.s-block:hover{
    background-color: var(--hover-color1);
}
.s-card-icon {
    width: 80px;
    margin: 0 auto 30px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
.up-hor:hover {
    transform: translateY(-7.5px);
}

/******* team *****/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    
}

.team .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 3% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.team .pic:before,
.team .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #f3772447;
    position: absolute;
    z-index: -1;
}
.team .pic:before{
    top: 0;
    right: -20px;
}
.team .pic:after{
    bottom: 0;
    left: -20px;
}
.team .pic img{
    width: 100%;
    height: auto;
    border: 2px solid #0d3d65;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.team .testimonial-content{
    width: 70%;
    float: right;
}
.team .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
   line-height: 1 !important;
    margin: 0;
    text-transform: uppercase;
    padding-top: 16px;
    padding-left: 15px;
}
.team .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
 
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-left: 15px;
}
.team .description{
    font-size: 16px;
  text-align: justify;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.team-social a{
    transition: all 0.5s ease;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: white;

}
.team-social a:hover{
   
    background-color: white;
    color: var(--secondary-color) !important;
}

@media only screen and (max-width: 990px){
    .team{ text-align: center; }
    .team .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .team .pic:before,
    .team .pic:after{
        width: 80px;
        height: 100px;
    }
    .team .team-content{
        width: 100%;
        float: none;
    }
    .team .title{
        padding: 15px 0 0 0;
    }
    .team .post{
        padding: 0;
        margin-bottom: 10px;
    }

}
.about-cta{
    font-size: 17px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}
