.tazcontainer > * {
    margin-top: 30px;
}
.aboutinformation > div {
    padding: 25px;
    text-align: center;
}
.aboutnewsgrid {
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000005;
    margin-bottom: 20px;
}
.aboutinformation > div > div > img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /* box-shadow: 10px 11px 23px 11px rgb(0 0 0 / 26%);
    border-radius: 50%; */
}
.aboutnewsgrid > div > img {
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.counter_desc{
    color:White;
    font-family: mtavruli;
    font-size:17px;
}

.aboutcardimg {
    height: 205px;
    text-align: center;
}

.aboutnews a,
.aboutnews h3 {
    font-family: mtavruli;
}
.informationimgdiv {
    max-width: 186px;
    width: 65%;
    /* height: 150px; */
    background-size: cover;
    margin: 20px auto 0;
}
.aboutcard h3 {
    color: var(--primary);
    font-weight: bold;
    font-size: 22px;
}
.aboutcard p {
    text-align: justify;
    color: #636363;
    font-weight: bold;
}
.aboutcard a {
    display: block;
    float: right;
    color: var(--link);
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
.title {
    color: var(--primary);
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 32px;
    font-family: mtavruli !important;
}
.informationtitle {
    color: var(--primary);
    font-size: 33px;
    font-weight: bolder;
    margin-top: 32px;
}

.our_service,
.aboutus,
.clients,
.partners {
    margin-top: 100px;
}

.our_service,
.clients,
.partners {
    text-align: center;
}

.our_service .card-img-top {
    max-height: 165px;
    /* height:165px;
    width: 70%; */
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.our_service .row{
    justify-content: space-evenly ;
}

.our_service .card {
    height: 342px;
    cursor: pointer;
    transition: 0.2s;
    width: 100% !important;
}
.aboutcard a {
    display: block;
    float: right;
    color: var(--link);
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    border: none;
    background: none;
}
.our_service .card:hover {
    transform: scale(1.04);
}

.our_service .card-body {
    display: inline-block;
}

.our_service .card-body p {
    font-family: mtavruli;
}

.our_service .card-text {
    font-weight: bold;
    margin-top: 0px;
    font-size: 13px;
}

.our_service .card-text-span {
    font-size: 14px;
    font-family: none;
}

.our_service .col-md-3 {
    margin-top: 8px;
}
/* 
 .aboutus p{
     color: #636363; 
     font-weight: bold; 
 }  */

.about_whole {
    color: var(--link);
    font-weight: bold;
}

.about_whole:hover {
    color: var(--link-dark);
}

.text-indent {
    text-indent: 30px;
}

.aboutus .col-4 {
    display: grid;
    place-items: center;
}

.aboutus p {
    text-align: justify;
}

.card {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 130px;
    max-height: 200px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 70px !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
}

.swiper-wrapper{
    margin-top:30px;
}

.swiper-slide img:hover {
    transition: 0.2s ease;
    transform: scale(1.03);
}

.swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
}

.swiper-pagination {
    position: relative !important;
}

.swiper-slide {
    display: grid;
    place-items: center;
}

.counter{
    font-size:40px;
    font-family: mtavruli;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 90%;
    max-width: 98%;
}

.counterDiv .material-icons{
    color:white;
    font-size:55px;
}

.counterDiv img{
    height:50px;
    color:White;
}

.counterDiv p{
    margin-bottom:0px;
}

.counterDiv path{
    fill:white;
}

.counterSmallDiv{
    display:flex; 
    gap:8px;
    justify-content: center;
    margin-bottom:5px;
}


.counterDiv {
    background-image: linear-gradient(  
    115deg, rgba(161, 46, 183, 0.7) , rgba(161, 46, 183, 0.6)),
    url(/upload/images/main/handinhand.jpg);
    padding:50px 0px;
    margin-top:70px;
    background-size: 100%;
}

.text-white{
    color:White;
}

.counterDiv .row{
    justify-content: space-evenly;
}

.col-2_4{
    width:20%;
    display:flex;
    justify-content: center;
}

@media screen and (max-width: 1250px) {
    .counterDiv{
        background-size: auto 100%;;
    }
}

@media screen and (max-width: 1198px) {
    .our_service .col-md-3 {
        width: 32%;
    }
    .our_service .row {
        gap: 2%;
    }
}

@media screen and (max-width: 990px) {
    .our_service .col-md-3 {
        width: 47%;
    }
    .our_service .row {
        gap: 6%;
    }
}

@media screen and (max-width: 550px) {
    .our_service .col-md-3 {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 766px) {
    .aboutinformation > div .informationtitle {
        font-size: 25px;
    }
    .aboutcard h3 {
        margin-top: 15px;
        font-size: 18px;
    }

    .counterSmallDiv{
        align-items: center !important;
    }

    .aboutus .col-4,
    .aboutus .col-8 {
        width: 100%;
    }

    .aboutus img {
        height: 280px;
        width: auto;
    }

    /* .aboutnews {
        margin: 30px;
    } */

    .aboutcard p {
        font-size: 13px;
    }

    .aboutus p {
        font-size: 14px;
        margin: 5px;
    }

    .col-2_4{
        width: 100%;
        margin-top: 40px;
    }
}
