.about-banner {
    background-image: url(../images/about_us.webp);
    background-color: #565656;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner .banner-content {
    width: 100%;
    z-index: 9;
    position: relative;
    background: rgba(00,00,00,.4);
    height: 100%;
    padding: 100px 0;
}

.about-banner .heading{
    text-align: center;
}
.about-banner .heading h1 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
    margin-bottom: 0;
}

.about-txt{
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 600;
}

.vision-box {
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 7px;
    background: #29192b;
}

.vision-box .title {
    font-size: 24px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.vision-box .txt {}

.vision-box .txt p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.our-vision {
    padding-top: 30px;
}


.our-services-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 7px;
    height: 100%;
}

.our-services-box .img-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    transition: transform .2s;
}
.our-services-box:hover .img-icon{
    transform: scale(1.2);
}

.our-services-box .title {
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.our-services-box p {
    font-size: 14px;
    color: #6d6e70;
    margin: 0 auto;
    font-weight: 600
}

.presence-tabs {
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto 40px;
    border-radius: 30px;
    display: flex;
    background: #fff;
}

.presence-tabs li.nav-item {
    display: inline-block;
    height: 41px;
    margin-right: 0;
    flex: auto;
}

.presence-tabs li.nav-item .nav-link {
    text-transform: uppercase;
    line-height: 20px;
    border-bottom: none;
    cursor: pointer;
    height: 41px;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 30px;
}

.presence-tabs li.nav-item .nav-link.active {
    background: var(--secondColor);
    color: #fff;
}

.cityTabs .nav-link {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 25px;
    background: #fff;
    font-weight: 600;
    min-width: 145px;
}

.cityTabs .nav-link.active, .cityTabs .nav-link:hover {
    background: var(--mainColor);
    color: #fff;
}

.map-about-loaction {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 50px;
}

.cityTabs {
    margin-bottom: 40px;
}

.map-about-loaction .map-image {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.address-tooltip {
    background: #4e3951;
    color: #fff;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    padding: 15px;
    text-align: left;
    right: 0;
    box-shadow: 0 0 4px #737373;
    width: 300px;
}
/*.address-tooltip::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #4e3951;
    border-width: 13px;
    transform: translate(-50%, 0);
}*/

.address-tooltip .heading {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1;
}

.address-tooltip p {
    margin-bottom: 0;
}
.map-about-loaction .map-image .indiamap {
    max-width: 55%;
}






.map-about-loaction .map-image .globalmap {
    max-width: 90%;
}

.leadership-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px;
    border-radius: 7px;
    height: 100%;
}

.leadership-box .img {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px #d6d6d6;
}

.leadership-box .img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-box .content p {
    color: #787878;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.leadership-box .content .name {
    font-size: 20px;
    text-align: center;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 0;
}



.leadership-box .content .degination {
    font-size: 16px;
    color: #939597;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.group-companies-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px;
    border-radius: 7px;
    height: 100%;
}

.group-companies-box .img {
    height: 70px;
    max-width: 190px;
    border: 1px solid #cecece;
    padding: 10px;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.group-companies-box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.group-companies-box .content p {
    color: #787878;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.testimonials-box {
    text-align: center;
    padding: 0;
    background: transparent;
    border: 0;
}

.testimonials-box .rating-star {
    margin-bottom: 10px;
    padding-top: 5px;
}

.testimonials-box .rating-star i {
    color: #d8d8d8;
}


.testimonials-box .rating-star .gold {
    color: #fbaf3f;
}
.about-counter-sec {
    background: #432745;
}

.about-counter {
    display: flex;
}

.about-counter .counter-box {
    color: #fff;
    text-align: center;
}

.about-counter .counter-box .counts {
    font-size: 39px;
    font-weight: 600;
}

.about-counter .counter-grid {
    flex: auto;
}

.about-counter .counter-box p {
    margin-bottom: 0;
    font-weight: 600;
}

.media-box {
    color: #000;
    border: 1px solid #cecece;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5px;
}

.media-box .img {
    height: 162px;
    width: 100%;
}

.media-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-box .content {
    padding: 10px;
}

.media-box .content .title {
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.media-box .content .bottom-content {
    border-top: 1px solid #eee;
    color: #6d6e70;
    padding-top: 10px;
    margin-top: 10px;
}

.group-companies-box, .leadership-box, .vision-box{
        transition: 0.3s;
}

.group-companies-box:hover, .leadership-box:hover, .vision-box:hover {
    margin-top: -10px;
}

@media(max-width:767px){
    .about-banner .heading h1 {
    font-size: 30px;
}

.about-banner .banner-content {
    padding: 30px 0;
}
.about-txt {
    font-size: 14px;
    margin-bottom: 0;
}
.vision-box {
    padding: 15px;
}

.vision-box .title {
    font-size: 18px;
    margin-bottom: 0;
}
.vision-box .txt p {
    font-size: 12px;
}
.our-services-box {
    padding: 15px;
}

.our-services-box .img-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.our-services-box .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.our-services-box p {
    font-size: 12px;
}
.cityTabs {
    display: none !important;
}
.presence-tabs {
    margin-bottom: 15px;
}

.address-tooltip {
    display: none;
}

.map-about-loaction .map-image .indiamap {
    max-width: 100%;
}

.map-about-loaction .map-image .globalmap {
    max-width: 100%;
}

.map-about-loaction {
    padding: 15px;
}
.leadership-box {
    padding: 15px;
}

.leadership-box .img {
    width: 90px;
    height: 90px;
}

.leadership-box .content .name {
    font-size: 17px;
}

.leadership-box .content .degination {
    font-size: 14px;
}

.leadership-box .content p {
    font-size: 12px;
    text-align: center;
}
.group-companies-box {
    padding: 15px;
}

.group-companies-box .content p {
    font-size: 12px;
}

.group-companies-box .img {
    height: 50px;
    max-width: 120px;
}
.media-box .content .title {
    font-size: 15px;
    -webkit-line-clamp: 3;
}

.testimonials-box {
    padding: 0;
}
.about-counter {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.about-counter .counter-box .counts {
    font-size: 18px;
}

.about-counter .counter-box p {
    font-size: 8px;
}

.about-counter .counter-grid {
    flex: 0 0 30%;
    width: 30%;
}
.media-box {
    display: flex;
}

.media-box .img {
    width: 40%;
    height: 130px;
    flex: 0 0 40%;
}

.media-box .content {
    width: 60%;
    flex: 0 0 60%;
}
.media-mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -5px;
}

.media-mobile-scroll .item {
    flex: 0 0 90%;
    width: 90%;
    padding: 0 5px;
}
}



@media screen and (min-width: 1000px) and (max-width:1400px){

body {
    font-size: 14px;
}

    .about-txt {
    font-size: 16px;
}

.vision-box .title {
    font-size: 22px;
}



.our-services-box .title {
    font-size: 17px;
}

.our-services-box p {
    font-size: 13px;
}

.leadership-box .content p {
    font-size: 13px;
}

.group-companies-box .content p {
    font-size: 13px;
}

.media-box .content .title {
    font-size: 15px;
}

.media-box .content .bottom-content {
    font-size: 13px;
}
.address-tooltip p {
    font-size: 13px;
}

.address-tooltip .heading {
    font-size: 17px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .our-vision .col-md-4 {
    padding: 0 5px;
}

.vision-box {
    padding: 20px;
}

.vision-box .title {
    font-size: 22px;
}

.vision-box .txt p {
    font-size: 13px;
}
.our-vision .col-md-4 {
    padding: 0 5px;
}

.vision-box {
    padding: 20px;
}

.vision-box .title {
    font-size: 22px;
}

.vision-box .txt p {
    font-size: 13px;
}

.mobile-x-scroll .col-md-3 {
    padding: 0 5px;
}

.our-services-box {
    padding: 15px;
}

.our-services-box .img-icon {
    width: 50px;
    height: 50px;
}

.our-services-box .title {
    font-size: 16px;
}

.our-services-box p {
    font-size: 12px;
}
.cityTabs {
    overflow-x: auto;
    display: flex;
}

.cityTabs .nav-link {
    flex: 0 0 auto;
    margin-right: 10px;
}
.mobile-x-scroll .col-md-4 {
    padding: 0 5px;
}

.leadership-box .img {
    width: 100px;
    height: 100px;
}

.leadership-box .content .name {
    font-size: 18px;
}

.leadership-box .content p {
    font-size: 12px;
}

.leadership-box {
    padding: 20px;
}
.group-companies-box .content p {
    font-size: 13px;
}

.group-companies-box {
    padding: 15px;
}
.media-mobile-scroll {
    display: flex;
    overflow-x: auto;
    margin: 0 -5px;
}

.media-mobile-scroll .item {
    flex: 0 0 32.33%;
    width: 32.33%;
    padding: 0 5px;
}
.about-counter .counter-box .counts {
    font-size: 30px;
}
}