section.company h1 {
    color: var(--white);
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
section.company h1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 7px;
    left: 103%;
    background-color: var(--secondary);
    transition: width 1s ease-out;
}
section.company h1.active::after {
    width: 89px;
}
section.company p {
    color: var(--white);
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
section.company .slide .carousel-inner {
    border-radius: 5px;
    border: 2px solid var(--primary);
}
section.company .slide .carousel-inner .carousel-item img {
    width: auto;
    max-height: 195px;
}
section.company .slide .carousel-indicators {
    bottom: -45px;
}
section.whyus {
    position: relative;
}
section.whyus::before,
section.whyus::after {
    content: '';
    position: absolute;
    top: -10%;
    width: 20%;
    height: 533px;
    background-size: cover;
    z-index: -1;
}
section.whyus::before {
    left: -5%;
    background-image: url('../images/tree-left.png');
}
section.whyus::after {
    right: -5%;
    background-image: url('../images/tree-right.png');
}
section.whyus .left .col-6 img {
    width: 100%;
    max-height: 504px;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
}
section.whyus .left .one {
    animation: bounce 5s ease-in-out 2s infinite alternate;
}
section.whyus .left .two {
    animation: bounce 10s ease-in-out 1s infinite alternate-reverse;
}
section.whyus .left .col-6 {
    position: relative;
}
section.whyus .left .col-6 .title {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 10px;
}
section.whyus .left .col-6:hover .title {
    height: 100%;
    bottom: 0;
}
section.whyus .left .one .title {
    bottom: 100%;
}
section.whyus .left .two .title {
    bottom: 0;
}
section.whyus .left .col-6 .title a {
    color: var(--white);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 5%;
    left: 10%;
}
section.whyus .left .col-6 .title a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: var(--white);
    transition: width .5s ease-out;
}
section.whyus .left .col-6 .title a:hover::after {
    width: 90%;
}
section.whyus .right h4 {
    color: var(--primary);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
section.whyus .right h1 {
    color: var(--white);
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
section.whyus .right p {
    color: var(--white);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}
section.video {
    position: relative;
}
section.video .thumbnail {
    background-color: rgba(0, 0, 0, 0.2);
}
section.video .thumbnail img {
    width: 100%;
    max-height: 440px;
    border-radius: 10px;
}
section.video .video-btn {
    position: absolute;
    top: 35%;
    left: 46%;
    border-radius: 100%;
    border: none;
    background: transparent;
}
section.video .video-btn svg {
    height: 50px;
    width: 50px;
    fill: var(--white);
}
section.video .video-btn:hover svg {
    height: 70px;
    width: 70px;
    transition: all 1s ease;
}
section.team .member {
    background-color: var(--white);
    border-radius: 5px;
}
section.team .member img {
    height: 220px;
    width: 100%;
}
section.team .member .bio h3 {
    color: var(--black);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
section.team .member .bio p {
    color: var(--black);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
section.team .member .bio a svg {
    fill: var(--primary);
}
section.team .member .bio a:not(:first-child) {
    margin-left: 10px;
}
section.team .slide .carousel-indicators,
section.testimonial .slide .carousel-indicators {
    bottom: -45px;
}
section.testimonial .client .stars svg {
    fill: var(--primary);
}
section.testimonial .client p {
    color: var(--white);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section.testimonial .client h5 {
    color: var(--white);
    font-style: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
section.testimonial .client .quote svg {
    fill: inherit;
    border-radius: 100%;
    height: 60px;
    width: auto;
    background: var(--primary);
    border-radius: 100%;
    padding: 5px;
    opacity: 0.8;
}