.card-vision {
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 forwards;
    animation: fadeIn 1s ease-in-out 0s 1 forwards;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
    border-radius: 20px;
    /* padding: 18px; */
    border-radius: 40px;
    direction: rtl;
    border: 1px solid #dee2e6;
    border-bottom: 7px solid #eca03085;
      min-height: 500px;  
}.vision-title {
    text-align: center;
    color: #126d30;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}.vision-pargraph p {
    text-align: center;
    color: #040404;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
}
.radius-img {
    border-radius: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sideSocial {
            position: fixed;
            left: 0px;
             bottom: 30px;
            z-index: 99;
            transform: translateY(-50%);
            flex-direction: column;
            justify-content: start;
            direction: ltr;
        }
.sideSocial a  {
            width: 36px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #126d30;
            color: #ffffff;
            border-bottom: 1px dashed #ffffff26;
        }

        .sideSocial a:first-child  {
            border-top-right-radius: 16px;
        }

        a:hover {
            color: #ffc107;
        }

        defaultBtn:hover {
            text-decoration: none;
            color: #2f2e7a;
        }

        .sideSocial a:hover {
            border-radius: 0px 16px 16px 0px;
            width: 48px;
            background: #e88f07;
            color: #fff;
        }

        .sideSocial a:last-child  {
            border-bottom-right-radius: 16px;
        }
        
        .d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.footer__bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}
.bg_gray1 {
    background-color: #f1f3f5 !important;
}

.prodd {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    /* border-top-left-radius: 18%; */
    /* border-top-right-radius: 5px; */
}
.prodd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
        background: #ffffff;
    /* border-radius: 8px; */
}
.th-team .box-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
        
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-member .box-img {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
}
.team-member {
    position: relative;
    padding-bottom: 54px;
    text-align: center
}

.team-member .th-social {
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    line-height: 0;
    max-height: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

  
.team-member .box-content {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    padding: 30px 5px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
    border-radius: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #ffffff;
    border: 1px solid #e7e7e799;
}
 
 
        
        ::-webkit-scrollbar {
  width: 0px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #196a2f;
  outline: none;
  border-radius: 20px !important;
}

@media (max-width: 767px) {
    .team-member .box-content {
        left:10px;
        width: calc(100% - 20px)
    }
      .nav_top_right.owl-theme .owl-nav .owl-next{right: 10px;}
    .about-team .owl-nav .owl-prev {
    right: auto !important;
    left: 0px !important;
}
}

@media (max-width: 575px) {
    .team-member .box-content {
        left:30px;
        width: calc(100% - 60px)
    }
}

.team-member .box-title {
    margin-bottom: 5px
}

.team-member .box-text {
    margin-bottom: -0.5em;
    font-size: 17px;
}

.team-member:hover .th-social {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    max-height: 60px;
    
}

 @media (max-width: 768px) {
    .ol_shape21 {
    top: 1%;
    right: 1%;
    display: none;
}
    .centerlogo{margin: 0 auto;}
.card-vision { 
    min-height: auto;
}
}